public function actionDivisionStore() { return $this->render('division-store'); }
public function actionDivisionStorePrint() { return $this->render('division-store-print'); }
public function actionStoreOrderScore() { return $this->render('store-order-score'); }
+ public function actionAjaxDivisionAutoHandStart() { return $this->render('ajax-division-auto-hand-start'); }
}
\ No newline at end of file
-<?
-include_once("startup.php");
-include_once("inc/db.php");
-include_once("inc/base_new.php");
+<?php
+include_once(dirname(__DIR__, 2) . "/startup.php");
+include_once(dirname(__DIR__, 2) . "/inc/db.php");
+include_once(dirname(__DIR__, 2) . "/inc/base_new.php");
+
+global $orderId, $products, $productsColorsArray;
if(!empty($_REQUEST["id"])) {
-$orderId=(int)$_REQUEST["id"];
+$orderId=(int)$_REQUEST["id"];
-include"modul/shipment/functionsShipment.php";
+include_once(__DIR__. "/functionsShipment.php");
$FiledsData=getDataFiledsData($orderId);
$storeOrderArray=getRelationshipCityStore();