|
|
@@ -156,9 +156,9 @@ class PurchaseOrderClass extends BaseClass
|
|
|
} else {
|
|
|
$content .= '实付金额:' . floatval($orderInfo['realPrice']) . '元<BR>';
|
|
|
}
|
|
|
- if ($debtAmount > 0) {
|
|
|
- $content .= '累计赊账:' . $debtCount . '笔 ' . floatval($debtAmount) . '元<BR>';
|
|
|
- }
|
|
|
+// if ($debtAmount > 0) {
|
|
|
+// $content .= '累计赊账:' . $debtCount . '笔 ' . floatval($debtAmount) . '元<BR>';
|
|
|
+// }
|
|
|
$content .= '--------------------------------<BR>';
|
|
|
$content .= '订单编号:' . $orderInfo['orderSn'] . '<BR>';
|
|
|
if (!empty($telephone)) {
|