|
@@ -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()',
|