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

@@ -97,7 +97,7 @@ class SearchController extends Controller
->whereIN('account_id',$accounts)
->limit(10)->get() as $o)
{
$result->push(['name'=>sprintf('%s ($%s)',$o->id,number_format($o->total,2)),'value'=>'/a/payment/edit'.$o->id,'category'=>'Payments']);
$result->push(['name'=>sprintf('%s ($%s)',$o->id,number_format($o->total,2)),'value'=>'/a/payment/addedit/'.$o->id,'category'=>'Payments']);
}
}