From 5a96b5c332f7c9d9f592dc93d3d9170269f362d3 Mon Sep 17 00:00:00 2001 From: Gopi Katwala Date: Thu, 4 Jul 2019 22:18:40 -0400 Subject: [PATCH] Fixed a typo in heading --- AstuteClient2/src/app/sales-order/sales-order.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AstuteClient2/src/app/sales-order/sales-order.component.ts b/AstuteClient2/src/app/sales-order/sales-order.component.ts index 7ed090f..06449d5 100644 --- a/AstuteClient2/src/app/sales-order/sales-order.component.ts +++ b/AstuteClient2/src/app/sales-order/sales-order.component.ts @@ -33,7 +33,7 @@ export class SalesOrderComponent implements OnInit { {headerName: 'Contract Amount', field: 'contractAmtString'}, // {headerName: 'Contract Amount', field: 'contractAmt'}, {headerName: 'SO Date', field: 'podate', editable: (node => !node.data.isFinal)}, - {headerName: '# of Invoice', field: 'invoiceSequence'}, + {headerName: '# of Invoices', field: 'invoiceSequence'}, {headerName: 'notes', field: 'notes', editable: (node => !node.data.isFinal), cellEditor: 'agLargeTextCellEditor'} // {headerName: 'oneInvInDraft', field: 'oneInvInDraft'} ];