wip
This commit is contained in:
parent
792db3c262
commit
93e7760edf
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue