Removed operator_id on production_plan update
This commit is contained in:
@@ -77,7 +77,7 @@ class ProductionQuantity extends Model
|
|||||||
$productionPlan->update([
|
$productionPlan->update([
|
||||||
'production_quantity' => $productionPlan->production_quantity + 1,
|
'production_quantity' => $productionPlan->production_quantity + 1,
|
||||||
'updated_at' => now(),
|
'updated_at' => now(),
|
||||||
'operator_id'=> $operatorName,
|
// 'operator_id'=> $operatorName,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user