mirror of
https://github.com/frappe/books.git
synced 2024-11-09 23:30:56 +00:00
fix: Reorder fields
This commit is contained in:
parent
5595a22ebc
commit
fb4e6c067a
@ -8,15 +8,12 @@ module.exports = {
|
||||
label: 'Sales Invoice',
|
||||
doctype: 'DocType',
|
||||
documentClass: require('./SalesInvoiceDocument'),
|
||||
print: {
|
||||
printFormat: 'Standard Invoice Format'
|
||||
},
|
||||
printTemplate: InvoiceTemplate,
|
||||
isSingle: 0,
|
||||
isChild: 0,
|
||||
isSubmittable: 1,
|
||||
keywordFields: ['name', 'customer'],
|
||||
settings: 'SalesInvoiceSettings',
|
||||
showTitle: true,
|
||||
fields: [
|
||||
{
|
||||
label: 'Invoice No',
|
||||
@ -178,5 +175,4 @@ module.exports = {
|
||||
},
|
||||
utils.ledgerLink
|
||||
],
|
||||
printTemplate: InvoiceTemplate
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user