Merge pull request #234 from lbr88/enhancement/negativepayments
Negative Payments
This commit is contained in:
commit
ea8f875cae
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ class PaymentRepository
|
|||
$rules = array(
|
||||
'client' => 'required',
|
||||
'invoice' => 'required',
|
||||
'amount' => 'required|positive',
|
||||
'amount' => 'required',
|
||||
);
|
||||
|
||||
if ($input['payment_type_id'] == PAYMENT_TYPE_CREDIT) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue