Browse Source

Merge branch 'master' into dev

shish 15 giờ trước cách đây
mục cha
commit
8bdde437eb
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      biz-ghs/order/classes/PurchaseOrderClass.php

+ 2 - 2
biz-ghs/order/classes/PurchaseOrderClass.php

@@ -906,9 +906,9 @@ class PurchaseOrderClass extends BaseClass
                 $content .= '累计退款:' . floatval($totalRefund) . '元<BR>';
             }
             if($remainDebt > 0) {
-                $content .= '<B>本单待结:' . floatval($remainDebt) . '</B><BR>';   
+                $content .= '<B>本单待结:' . floatval($remainDebt) . '</B><BR>';   
             }else{
-                $content .= '<B>本单待结:0元 已结清!</B><BR>';
+                $content .= '<B>本单已结清!</B><BR>';
             }
         } else {
             $content .= '实付金额:' . floatval($orderInfo['realPrice']) . '元<BR>';