- or download this
# if we have an expense account and the amount is too large
if (4223 == $acct and $amount >= 100) {
- or download this
if ( excessive_expense_account($acct,$amount) ) {
- or download this
if ( $acct->is_expense_account
&& $amount > EXPENSE_LIMIT) {