mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Commenting out incompatible L5 Function
Will need to come back and fix this at a later date. Relates to Git Issue #274
This commit is contained in:
parent
0a818526e0
commit
4b83070845
@ -231,6 +231,8 @@ Invoice::deleting(function ($invoice) {
|
|||||||
Activity::archiveInvoice($invoice);
|
Activity::archiveInvoice($invoice);
|
||||||
});
|
});
|
||||||
|
|
||||||
Invoice::restoring(function ($invoice) {
|
// TODO: Fix for L5
|
||||||
|
/*Invoice::restoring(function ($invoice) {
|
||||||
Activity::restoreInvoice($invoice);
|
Activity::restoreInvoice($invoice);
|
||||||
});
|
});
|
||||||
|
*/
|
Loading…
x
Reference in New Issue
Block a user