From b64fd56d1cfd2376eb6d8bc6f2f2ea5e0b52bd73 Mon Sep 17 00:00:00 2001 From: morrning Date: Sat, 27 Sep 2025 13:34:09 +0330 Subject: [PATCH] Update for Moadian plugin --- hesabixCore/src/Dto/TaxSettingsDto.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hesabixCore/src/Dto/TaxSettingsDto.php b/hesabixCore/src/Dto/TaxSettingsDto.php index f27cd00..54b1dd2 100644 --- a/hesabixCore/src/Dto/TaxSettingsDto.php +++ b/hesabixCore/src/Dto/TaxSettingsDto.php @@ -21,7 +21,7 @@ class TaxSettingsDto #[Assert\NotBlank(message: 'کد اقتصادی الزامی است.')] #[Assert\Regex( pattern: '/^\d{11}|\d{14}$/', - message: 'کد اقتصادی باید دقیقا ۱۱ رقم باشد.' + message: 'کد اقتصادی باید ۱۱ یا ۱۴ رقم باشد.' )] public string $economicCode;