This commit is contained in:
2026-05-24 16:08:44 +03:30
parent 2db729c679
commit 1140fbae3c
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ const Order: FC<Props> = ({ addNewItem }) => {
<Input
{...formik.getFieldProps('discount')}
label='مبلغ تخفیف به تومان'
label='مبلغ تخفیف به ریال'
/>
</div>
@@ -179,7 +179,7 @@ const EditOrder: FC<Props> = ({ addNewItem, initialValues }) => {
<Input
{...formik.getFieldProps('discount')}
label='مبلغ تخفیف به تومان'
label='مبلغ تخفیف به ریال'
/>
</div>