File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -393,6 +393,7 @@ public function breakDown($id){
393
393
$ newTask = $ Task ->replicate ();
394
394
$ newTask ->order_lines_id = $ id ;
395
395
$ newTask ->products_id = null ;
396
+ $ newTask ->status_id = $ this ->status_id ['id ' ];
396
397
$ newTask ->save ();
397
398
}
398
399
$ SubAssemblyLine = SubAssembly::where ('products_id ' , $ OrderLine ->product_id )->get ();
Original file line number Diff line number Diff line change @@ -367,6 +367,7 @@ public function breakDown($id){
367
367
$ newTask = $ Task ->replicate ();
368
368
$ newTask ->quote_lines_id = $ id ;
369
369
$ newTask ->products_id = null ;
370
+ $ newTask ->status_id = $ this ->status_id ['id ' ];
370
371
$ newTask ->save ();
371
372
}
372
373
$ SubAssemblyLine = SubAssembly::where ('products_id ' , $ Quoteline ->product_id )->get ();
You can’t perform that action at this time.
0 commit comments