shish пре 3 година
родитељ
комит
a06c91d500
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      biz-ghs/order/classes/OrderClass.php

+ 1 - 2
biz-ghs/order/classes/OrderClass.php

@@ -934,10 +934,9 @@ class OrderClass extends BaseClass
         $respond = self::getPrintData($orderInfo, $debtAmount, $showItem);
         $respond = self::getPrintData($orderInfo, $debtAmount, $showItem);
         $content = '<B>' . $respond['sendNum'] . ' ' . $fromTypeName . '</B><BR>';
         $content = '<B>' . $respond['sendNum'] . ' ' . $fromTypeName . '</B><BR>';
         $content .= '--------------------------------<BR>';
         $content .= '--------------------------------<BR>';
-        $content .= '<B>' . $respond['custom']['fullAddress'] . '</B><BR>';
         $content .= '<B>' . $respond['custom']['customName'] . '</B><BR>';
         $content .= '<B>' . $respond['custom']['customName'] . '</B><BR>';
         $content .= '<B>' . $respond['custom']['customMobile'] . '</B><BR>';
         $content .= '<B>' . $respond['custom']['customMobile'] . '</B><BR>';
-
+        $content .= $respond['custom']['fullAddress'] . '<BR>';
         $payDate = date("Y-m-d", strtotime($orderInfo['payTime']));
         $payDate = date("Y-m-d", strtotime($orderInfo['payTime']));
         $sendTimWant = $orderInfo['sendTimeWant'] ?? '';
         $sendTimWant = $orderInfo['sendTimeWant'] ?? '';
         if ($payDate != $sendTimWant) {
         if ($payDate != $sendTimWant) {