mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
wip
This commit is contained in:
parent
792db3c262
commit
93e7760edf
@ -123,8 +123,7 @@ class InvoiceController extends Controller
|
|||||||
//format totals
|
//format totals
|
||||||
$formatted_total = Number::formatMoney($total, auth()->user()->client);
|
$formatted_total = Number::formatMoney($total, auth()->user()->client);
|
||||||
|
|
||||||
// $payment_methods = auth()->user()->client->service()->getPaymentMethods($total);
|
$payment_methods = auth()->user()->client->service()->getPaymentMethods($total);
|
||||||
$payment_methods = auth()->user()->client->getPaymentMethods($total);
|
|
||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
'settings' => auth()->user()->client->getMergedSettings(),
|
'settings' => auth()->user()->client->getMergedSettings(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user