Set flag_activated to false. #654
This commit is contained in:
parent
941f59ab6e
commit
ba87fe61c5
1 changed files with 4 additions and 1 deletions
|
|
@ -284,6 +284,9 @@ class FulfillOpenJobOrderCommand extends Command
|
||||||
else
|
else
|
||||||
$sap_code = '\N';
|
$sap_code = '\N';
|
||||||
|
|
||||||
|
// set flag_activated to false since that's the default in Warranty's constructor
|
||||||
|
$flag_activated = false;
|
||||||
|
|
||||||
// create array for the infile
|
// create array for the infile
|
||||||
$warranty_data = [
|
$warranty_data = [
|
||||||
$model_id,
|
$model_id,
|
||||||
|
|
@ -298,7 +301,7 @@ class FulfillOpenJobOrderCommand extends Command
|
||||||
$first_name,
|
$first_name,
|
||||||
$last_name,
|
$last_name,
|
||||||
$mobile,
|
$mobile,
|
||||||
1,
|
$flag_activated,
|
||||||
$vehicle_id,
|
$vehicle_id,
|
||||||
$cust_id,
|
$cust_id,
|
||||||
WarrantySource::ADMIN_PANEL,
|
WarrantySource::ADMIN_PANEL,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue