Framework updates and minor cosmetic fixes

This commit is contained in:
Deon George
2021-09-28 10:09:56 +10:00
parent ccd6a11c8a
commit 7277d7407a
9 changed files with 918 additions and 496 deletions

View File

@@ -48,7 +48,6 @@ class AdminController extends Controller
}
foreach ($validation['invoices'] as $id => $amount) {
// See if we already have a payment item that we need to update
$items = $o->items->filter(function($item) use ($id) { return $item->invoice_id == $id; });