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) { Text::make(__('Töleg ugradyjynyň goýum hasaby'), function () use ($resource) {
return sprintf( return sprintf(
'<strong>%s</strong>', '<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(), })->asHtml(),

View File

@@ -99,10 +99,6 @@
"type": "vcs", "type": "vcs",
"url": "https://github.com/anditsung/nova-locale-switcher" "url": "https://github.com/anditsung/nova-locale-switcher"
}, },
"1": {
"type": "vcs",
"url": "https://github.com/nurmuhammet-ali/nova-tabs"
},
"2": { "2": {
"type": "path", "type": "path",
"url": "./nova-components/NovaCustomHtml" "url": "./nova-components/NovaCustomHtml"

2250
composer.lock generated

File diff suppressed because it is too large Load Diff

BIN
vendor.zip Normal file

Binary file not shown.