Merge branch 'master' of gitlab.com:jankstudio/resq into 744-new-invoice-service
This commit is contained in:
commit
17e0fd6dcf
1 changed files with 28 additions and 0 deletions
|
|
@ -447,9 +447,13 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
|
||||||
|
|
||||||
// get initial concern if any
|
// get initial concern if any
|
||||||
$initial_concern = $req->request->get('initial_concern', '');
|
$initial_concern = $req->request->get('initial_concern', '');
|
||||||
|
if (empty($initial_concern))
|
||||||
|
$error_array['initial_concern'] = 'Initial concern of customer is required.';
|
||||||
|
|
||||||
// get initial concern notes if any
|
// get initial concern notes if any
|
||||||
$initial_concern_notes = $req->request->get('initial_concern_notes', '');
|
$initial_concern_notes = $req->request->get('initial_concern_notes', '');
|
||||||
|
if (empty($initial_concern_notes))
|
||||||
|
$error_array['initial_concern_notes'] = 'Notes on initial concern of customer is required.';
|
||||||
|
|
||||||
// get gender if any
|
// get gender if any
|
||||||
$gender = $req->request->get('gender', '');
|
$gender = $req->request->get('gender', '');
|
||||||
|
|
@ -708,9 +712,13 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
|
||||||
|
|
||||||
// get initial concern if any
|
// get initial concern if any
|
||||||
$initial_concern = $req->request->get('initial_concern', '');
|
$initial_concern = $req->request->get('initial_concern', '');
|
||||||
|
if (empty($initial_concern))
|
||||||
|
$error_array['initial_concern'] = 'Initial concern of customer is required.';
|
||||||
|
|
||||||
// get initial concern notes if any
|
// get initial concern notes if any
|
||||||
$initial_concern_notes = $req->request->get('initial_concern_notes', '');
|
$initial_concern_notes = $req->request->get('initial_concern_notes', '');
|
||||||
|
if (empty($initial_concern_notes))
|
||||||
|
$error_array['initial_concern_notes'] = 'Notes on initial concern of customer is required.';
|
||||||
|
|
||||||
// get gender if any
|
// get gender if any
|
||||||
$gender = $req->request->get('gender', '');
|
$gender = $req->request->get('gender', '');
|
||||||
|
|
@ -928,9 +936,13 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
|
||||||
|
|
||||||
// get initial concern if any
|
// get initial concern if any
|
||||||
$initial_concern = $req->request->get('initial_concern', '');
|
$initial_concern = $req->request->get('initial_concern', '');
|
||||||
|
if (empty($initial_concern))
|
||||||
|
$error_array['initial_concern'] = 'Initial concern of customer is required.';
|
||||||
|
|
||||||
// get initial concern notes if any
|
// get initial concern notes if any
|
||||||
$initial_concern_notes = $req->request->get('initial_concern_notes', '');
|
$initial_concern_notes = $req->request->get('initial_concern_notes', '');
|
||||||
|
if (empty($initial_concern_notes))
|
||||||
|
$error_array['initial_concern_notes'] = 'Notes on initial concern of customer is required.';
|
||||||
|
|
||||||
// get gender if any
|
// get gender if any
|
||||||
$gender = $req->request->get('gender', '');
|
$gender = $req->request->get('gender', '');
|
||||||
|
|
@ -1091,9 +1103,13 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
|
||||||
|
|
||||||
// get initial concern if any
|
// get initial concern if any
|
||||||
$initial_concern = $req->request->get('initial_concern', '');
|
$initial_concern = $req->request->get('initial_concern', '');
|
||||||
|
if (empty($initial_concern))
|
||||||
|
$error_array['initial_concern'] = 'Initial concern of customer is required.';
|
||||||
|
|
||||||
// get initial concern notes if any
|
// get initial concern notes if any
|
||||||
$initial_concern_notes = $req->request->get('initial_concern_notes', '');
|
$initial_concern_notes = $req->request->get('initial_concern_notes', '');
|
||||||
|
if (empty($initial_concern_notes))
|
||||||
|
$error_array['initial_concern_notes'] = 'Notes on initial concern of customer is required.';
|
||||||
|
|
||||||
// get gender if any
|
// get gender if any
|
||||||
$gender = $req->request->get('gender', '');
|
$gender = $req->request->get('gender', '');
|
||||||
|
|
@ -1245,9 +1261,13 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
|
||||||
|
|
||||||
// get initial concern if any
|
// get initial concern if any
|
||||||
$initial_concern = $req->request->get('initial_concern', '');
|
$initial_concern = $req->request->get('initial_concern', '');
|
||||||
|
if (empty($initial_concern))
|
||||||
|
$error_array['initial_concern'] = 'Initial concern of customer is required.';
|
||||||
|
|
||||||
// get initial concern notes if any
|
// get initial concern notes if any
|
||||||
$initial_concern_notes = $req->request->get('initial_concern_notes', '');
|
$initial_concern_notes = $req->request->get('initial_concern_notes', '');
|
||||||
|
if (empty($initial_concern_notes))
|
||||||
|
$error_array['initial_concern_notes'] = 'Notes on initial concern of customer is required.';
|
||||||
|
|
||||||
// get gender if any
|
// get gender if any
|
||||||
$gender = $req->request->get('gender', '');
|
$gender = $req->request->get('gender', '');
|
||||||
|
|
@ -1513,9 +1533,13 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
|
||||||
|
|
||||||
// get initial concern if any
|
// get initial concern if any
|
||||||
$initial_concern = $req->request->get('initial_concern', '');
|
$initial_concern = $req->request->get('initial_concern', '');
|
||||||
|
if (empty($initial_concern))
|
||||||
|
$error_array['initial_concern'] = 'Initial concern of customer is required.';
|
||||||
|
|
||||||
// get initial concern notes if any
|
// get initial concern notes if any
|
||||||
$initial_concern_notes = $req->request->get('initial_concern_notes', '');
|
$initial_concern_notes = $req->request->get('initial_concern_notes', '');
|
||||||
|
if (empty($initial_concern_notes))
|
||||||
|
$error_array['initial_concern_notes'] = 'Notes on initial concern of customer is required.';
|
||||||
|
|
||||||
// get gender if any
|
// get gender if any
|
||||||
$gender = $req->request->get('gender', '');
|
$gender = $req->request->get('gender', '');
|
||||||
|
|
@ -1809,9 +1833,13 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
|
||||||
|
|
||||||
// get initial concern if any
|
// get initial concern if any
|
||||||
$initial_concern = $req->request->get('initial_concern', '');
|
$initial_concern = $req->request->get('initial_concern', '');
|
||||||
|
if (empty($initial_concern))
|
||||||
|
$error_array['initial_concern'] = 'Initial concern of customer is required.';
|
||||||
|
|
||||||
// get initial concern notes if any
|
// get initial concern notes if any
|
||||||
$initial_concern_notes = $req->request->get('initial_concern_notes', '');
|
$initial_concern_notes = $req->request->get('initial_concern_notes', '');
|
||||||
|
if (empty($initial_concern_notes))
|
||||||
|
$error_array['initial_concern_notes'] = 'Notes on initial concern of customer is required.';
|
||||||
|
|
||||||
// get gender if any
|
// get gender if any
|
||||||
$gender = $req->request->get('gender', '');
|
$gender = $req->request->get('gender', '');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue