Started Order productchange
This commit is contained in:
@@ -470,8 +470,10 @@ class OrderController extends mfBaseController {
|
||||
}
|
||||
|
||||
protected function addUpgrade() {
|
||||
$this->layout()->setTemplate("Order/Productchange");
|
||||
|
||||
//$this->layout()->setTemplate("Order/Productchange");
|
||||
Helper::renderVue($this, "OrderProductchange", $this->mod, ["CONTRACT_API_URL" => $this->getUrl("Contract", "api"),
|
||||
"ADDRESS_API_URL" => $this->getUrl("Address", "api"),
|
||||
"CONTRACT_PRODUCTCHANGE_URL" => $this->getUrl("Contract", "productchange")]);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user