mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Fix for tests
This commit is contained in:
parent
d3454d1fea
commit
fca6fba8d3
@ -162,7 +162,7 @@
|
||||
}
|
||||
|
||||
$(function() {
|
||||
@if ($totalCredit)
|
||||
@if (! empty($totalCredit))
|
||||
$('#payment_type_id option:contains("{{ trans('texts.apply_credit') }}")').text("{{ trans('texts.apply_credit') }} | {{ $totalCredit}}");
|
||||
@endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user