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'} ];