mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Minor fixes for playful design
This commit is contained in:
commit
77b85f123a
@ -75,10 +75,14 @@ class PaymentAmountsBalanceRule implements Rule
|
||||
return true;
|
||||
}
|
||||
|
||||
nlog(request()->input('invoices'));
|
||||
nlog($payment_amounts);
|
||||
nlog($invoice_amounts);
|
||||
// nlog(request()->input('invoices'));
|
||||
// nlog($payment_amounts);
|
||||
// nlog($invoice_amounts);
|
||||
|
||||
nlog($payment_amounts ." >= " . $invoice_amounts);
|
||||
|
||||
return $payment_amounts >= $invoice_amounts;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user