Skip to content

Commit

Permalink
Modified currency
Browse files Browse the repository at this point in the history
  • Loading branch information
shabeelashraf5 committed Jan 19, 2025
1 parent 92953b8 commit b26f26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class AddPoComponent implements OnInit, OnDestroy {
addPoSubscription!: Subscription

uomList: string[] = ['meter', 'no', 'pcs', 'kg', 'litre'];
currencyList: string[] = ['AED', 'Dollar', 'Rupees', 'Euro', 'Pound', 'Yen'];
currencyList: string[] = ['AED', 'Dollar', 'INR', 'Euro', 'Pound', 'Yen'];

items: Product[] = [{ product: '', qty: 1 , uom: '', unit: 0 , total: 0 }];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class AddQuotationComponent implements OnInit, OnDestroy {
}

uomList: string[] = ['meter', 'no', 'pcs', 'kg', 'litre'];
currencyList: string[] = ['AED', 'Dollar', 'Rupees', 'Euro', 'Pound', 'Yen'];
currencyList: string[] = ['AED', 'Dollar', 'INR', 'Euro', 'Pound', 'Yen'];


ngOnInit() {
Expand Down

0 comments on commit b26f26f

Please sign in to comment.