mirror of
https://github.com/dyiop/astute.git
synced 2025-04-05 21:10:16 -04:00
Fixed a typo in heading
This commit is contained in:
parent
ce74ce45e2
commit
5a96b5c332
|
@ -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'}
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue
Block a user