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