Started Order productchange

This commit is contained in:
Frank Schubert
2024-07-23 15:51:39 +02:00
parent d8b3002cfa
commit 56be9eea81
4 changed files with 104 additions and 3 deletions

View File

@@ -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")]);
}