Bläddra i källkod

- add information in desc about email

dariusz.andryskowski 7 år sedan
förälder
incheckning
491112ac12
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3 1
      tools/Bocian.php

+ 3 - 1
tools/Bocian.php

@@ -101,11 +101,13 @@ public static $helpEmailTo = 'biuro@bialnet.com.pl'; // email na który zostanie
 						$messageValidate['error'] = 1;
 					}
 
+					$noticeRequest = 'Email: ' . $helpEmail . "; Treść zgłoszenia: " . $helpDescription;
+
 					// data for create insert in DB
 					$idQualityNotice = DB::getPDO()->insert('QUALITY_NOTICES', [
 						'NOTICE_INITIAL_TYPE'	=> 'BAD_PROCESS',
 						'ID_PROCES' => '1', //todo: ustalić ID procesu - ustawiłem defaultowo 1!!!!!
-						'NOTICE_REQUEST' => $helpDescription,
+						'NOTICE_REQUEST' => $noticeRequest,
 						'NOTICE_REPLY' => '',
 						'NOTICE_REPLY_TYPE' => 'BAD_PROCESS',
 						'L_APPOITMENT_DATE' => 'NOW()',