|
|
@@ -150,7 +150,8 @@ class PurchaseOrderClass extends BaseClass
|
|
|
$content .= '实付:' . floatval($orderInfo['realPrice']) . '元<BR>';
|
|
|
}
|
|
|
if ($debtAmount > 0) {
|
|
|
- $content .= '<B>赊账:' . $debtCount . '笔 ' . floatval($debtAmount) . '元</B><BR>';
|
|
|
+ $content .= '赊账:<BR>';
|
|
|
+ $content .= '<B>' . $debtCount . '笔 ' . floatval($debtAmount) . '元</B><BR>';
|
|
|
}
|
|
|
$content .= '--------------------------------<BR>';
|
|
|
|