Update for Moadian plugin

This commit is contained in:
Hesabix 2025-09-27 13:34:09 +03:30
parent fab5a76f58
commit b64fd56d1c

View file

@ -21,7 +21,7 @@ class TaxSettingsDto
#[Assert\NotBlank(message: 'کد اقتصادی الزامی است.')] #[Assert\NotBlank(message: 'کد اقتصادی الزامی است.')]
#[Assert\Regex( #[Assert\Regex(
pattern: '/^\d{11}|\d{14}$/', pattern: '/^\d{11}|\d{14}$/',
message: 'کد اقتصادی باید دقیقا ۱۱ رقم باشد.' message: 'کد اقتصادی باید ۱۱ یا ۱۴ رقم باشد.'
)] )]
public string $economicCode; public string $economicCode;