mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for restore
This commit is contained in:
parent
b1d43807c2
commit
540ae8df63
@ -81,7 +81,7 @@ class HandleRestore extends AbstractService
|
|||||||
->where('payment_id', $payment->id)
|
->where('payment_id', $payment->id)
|
||||||
->where('paymentable_type', '=', 'invoices')
|
->where('paymentable_type', '=', 'invoices')
|
||||||
->where('paymentable_id', $this->invoice->id)
|
->where('paymentable_id', $this->invoice->id)
|
||||||
->update(['deleted_at' => false]);
|
->update(['deleted_at' => null]);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user