WIP
This commit is contained in:
@@ -128,7 +128,7 @@ class VisaMasterPaymentOrderFieldsForDetail
|
||||
Text::make(__('Töleg ugradyjynyň goýum hasaby'), function () use ($resource) {
|
||||
return sprintf(
|
||||
'<strong>%s</strong>',
|
||||
number_format($resource->sender_deposit_account, 0, '', '')
|
||||
$resource->sender_deposit_account && is_numeric($resource->sender_deposit_account) ? number_format($resource->sender_deposit_account, 0, '', '') : '0'
|
||||
);
|
||||
})->asHtml(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user