Fix for tests
This commit is contained in:
parent
d3454d1fea
commit
fca6fba8d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue