|
@@ -614,10 +614,10 @@ class Data extends Core
|
|
|
$print->lr('优 惠:', $order['coupon_cash']);
|
|
|
if (isset($order['card_code_id']) && $order['card_code_id'] > 0) {
|
|
|
$card = substr($order['card_code_card'], -4);
|
|
|
- $print->lr('礼品卡:', $order['ps_cash']);
|
|
|
+ $print->lr('礼品卡:', $order['card_code_cash']);
|
|
|
}
|
|
|
if (isset($order['ps_cash']) && $order['ps_cash']) {
|
|
|
- $print->lr('配送费:', $order['card_code_cash']);
|
|
|
+ $print->lr('配送费:', $order['ps_cash']);
|
|
|
}
|
|
|
$print->lr('应 付:', $order['price']);
|
|
|
$print->hr();
|