mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
wip
This commit is contained in:
parent
3c4e779585
commit
324fcc287c
@ -123,8 +123,7 @@ class InvoiceController extends Controller
|
||||
//format totals
|
||||
$formatted_total = Number::formatMoney($total, auth()->user()->client);
|
||||
|
||||
// $payment_methods = auth()->user()->client->service()->getPaymentMethods($total);
|
||||
$payment_methods = auth()->user()->client->getPaymentMethods($total);
|
||||
$payment_methods = auth()->user()->client->service()->getPaymentMethods($total);
|
||||
|
||||
$data = [
|
||||
'settings' => auth()->user()->client->getMergedSettings(),
|
||||
|
Loading…
Reference in New Issue
Block a user