Created
June 25, 2025 07:52
-
-
Save danielborzov/e655800525b8fc063e1415261345ccda to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/app/Tygh/Shippings/Shippings.php b/app/Tygh/Shippings/Shippings.php | |
index 4c4c8a5837..a755ce7017 100644 | |
--- a/app/Tygh/Shippings/Shippings.php | |
+++ b/app/Tygh/Shippings/Shippings.php | |
@@ -124,7 +124,7 @@ class Shippings | |
'company_id' => empty($company_id) ? 0 : $company_id, | |
); | |
} else { | |
- $company_data = fn_get_company_data($company_id, DESCR_SL, ['skip_company_condition' => true]); | |
+ $company_data = fn_get_company_data($company_id, DESCR_SL, ['skip_company_condition' => true, 'use_i18n_fields' => true]); | |
$data = array( | |
'name' => $company_data['company'], | |
'address' => $company_data['address'], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment