Set flag_activated to false. #654

This commit is contained in:
Korina Cordero 2022-05-19 05:44:23 +00:00
parent 941f59ab6e
commit ba87fe61c5

View file

@ -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,