From 2c90f8091e4b3869d8c4832f3a2a292381a87650 Mon Sep 17 00:00:00 2001 From: ahasani194 Date: Mon, 15 Jun 2026 19:34:23 +0330 Subject: [PATCH] feat: replace national_id with economic_code in customer forms and models --- .../shop/components/customers/unknown/form.component.html | 2 +- .../shop/components/customers/unknown/form.component.ts | 6 +----- src/app/domains/pos/modules/shop/models/customer.ts | 2 +- .../components/invoices/sale-invoice-full-response.model.ts | 2 +- .../invoices/sale-invoice-single-info-card.component.html | 4 ++-- 5 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/app/domains/pos/modules/shop/components/customers/unknown/form.component.html b/src/app/domains/pos/modules/shop/components/customers/unknown/form.component.html index 62f7bd5..04fb3d0 100644 --- a/src/app/domains/pos/modules/shop/components/customers/unknown/form.component.html +++ b/src/app/domains/pos/modules/shop/components/customers/unknown/form.component.html @@ -1,5 +1,5 @@
- + diff --git a/src/app/domains/pos/modules/shop/components/customers/unknown/form.component.ts b/src/app/domains/pos/modules/shop/components/customers/unknown/form.component.ts index 35c8bf4..a76d0f2 100644 --- a/src/app/domains/pos/modules/shop/components/customers/unknown/form.component.ts +++ b/src/app/domains/pos/modules/shop/components/customers/unknown/form.component.ts @@ -1,4 +1,3 @@ -import { nationalIdValidator } from '@/core/validators/national-id.validator'; import { AbstractForm } from '@/shared/abstractClasses'; import { InputComponent } from '@/shared/components'; import { FormFooterActionsComponent } from '@/shared/components/formFooterActions/form-footer-actions.component'; @@ -19,10 +18,7 @@ export class CustomerUnknownFormComponent extends AbstractForm - + } @@ -69,7 +69,7 @@
- +
} @else {

اطلاعات مشتری ثبت نشده است.