diff --git a/Inventory Management and Invoice Generating/Inventory Application/src/App.tsx b/Inventory Management and Invoice Generating/Inventory Application/src/App.tsx index 7ff0b11..b8528b6 100644 --- a/Inventory Management and Invoice Generating/Inventory Application/src/App.tsx +++ b/Inventory Management and Invoice Generating/Inventory Application/src/App.tsx @@ -644,7 +644,7 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base'; if ((gridInstance.current.dataSource as any).length) { printTable( (gridInstance.current), - "ABC SUPERMARKET", + "ShopNezt Supermarket", (document.getElementById("billNoInput") as HTMLInputElement).value, (document.getElementById("customerName") as HTMLInputElement).value, (document.getElementById("phone-input") as HTMLInputElement).value, @@ -1140,7 +1140,7 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base'; return (