This commit is contained in:
Mekan1206
2026-05-06 12:28:19 +05:00
parent a28c1d88ea
commit c9a0021bc3
4 changed files with 1143 additions and 1113 deletions

View File

@@ -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(),