update code fix po

This commit is contained in:
edmondlang
2024-01-08 18:07:04 +08:00
parent 9a39976ed0
commit 435927ba19
@@ -15,7 +15,7 @@
$subtotal = "0";
$voucherDiscount = $voucher_redemption ? bcmul((string)$voucher_redemption->value, "-1", 2) : "0";
$displayedSubtotal = 0;
$currency_id = $transaction->currency_id;
$currency_id = $transaction->owner->fix_currency_id;
@endphp
@foreach ($po_order_transaction->transactionDetails as $key => $transaction_detail)