E-Invoice - EXC3000: Exchange Rules of RM10K single INV, update new business logic

This commit is contained in:
Dillon Ngo
2025-12-29 22:59:49 +08:00
parent 6eb5ca7ba3
commit 4d26017fd5
@@ -90,7 +90,7 @@ class CanPassMustEInvoiceAmountLimitRule extends AbstractRule
// }
if((($booking->fix_amount >= 17000 && $booking->fix_currency_id === 2) ||
($booking->fix_amount >= 4000 && $booking->fix_currency_id === 3))
($booking->fix_amount >= 2400 && $booking->fix_currency_id === 3))
&& (!$company->e_invoice || !$company->tin) ){
throw new CriteriaNotFulfilledException("Booking amount above limit, must opt-in for E-Invoice.");
}