update
This commit is contained in:
parent
8af81d699c
commit
10b1eb5159
@ -483,7 +483,7 @@ class VendorForm(forms.ModelForm):
|
|||||||
:type Meta: Type[VendorForm.Meta]
|
:type Meta: Type[VendorForm.Meta]
|
||||||
"""
|
"""
|
||||||
phone_number = forms.CharField(label=_("Phone Number"),min_length=10,max_length=10,validators=[RegexValidator(regex='^05[0-9]{8}$')], required=True)
|
phone_number = forms.CharField(label=_("Phone Number"),min_length=10,max_length=10,validators=[RegexValidator(regex='^05[0-9]{8}$')], required=True)
|
||||||
contact_person = forms.CharField(label=_("Contact Person"),min_length=10,max_length=10,validators=[RegexValidator(regex='^05[0-9]{8}$')], required=True)
|
contact_person = forms.CharField(label=_("Contact Person"))
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
model = Vendor
|
model = Vendor
|
||||||
|
|||||||
Binary file not shown.
@ -1939,7 +1939,7 @@ msgstr "تم إنشاء المستخدم بنجاح."
|
|||||||
|
|
||||||
#: inventory/views.py:594
|
#: inventory/views.py:594
|
||||||
msgid "Car saved successfully"
|
msgid "Car saved successfully"
|
||||||
msgstr "تم حجز السيارة بنجاح."
|
msgstr "تم حفظ السيارة بنجاح"
|
||||||
|
|
||||||
#: inventory/views.py:658
|
#: inventory/views.py:658
|
||||||
msgid "VIN number exists"
|
msgid "VIN number exists"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user