Fixed a typo in heading

This commit is contained in:
Gopi Katwala 2019-07-04 22:18:40 -04:00
parent ce74ce45e2
commit 5a96b5c332

View File

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