WIP Contract linking / productchange
This commit is contained in:
@@ -202,7 +202,7 @@ class ProductController extends mfBaseController {
|
||||
if($r->producttech_id == "new") {
|
||||
$nt = [];
|
||||
$nt['name'] = $r->producttech_new_name;
|
||||
$nt['rtrcode'] = $r->producttech_new_rtrcode;
|
||||
//$nt['rtrcode'] = $r->producttech_new_rtrcode;
|
||||
$nt['customer_type'] = ($r->producttech_new_customer_type == "business") ? "business" : "residential";
|
||||
$nt['description'] = $r->producttech_new_description;
|
||||
$nt['note'] = $r->producttech_new_note;
|
||||
|
||||
Reference in New Issue
Block a user