diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.txt b/erpnext/accounts/doctype/sales_invoice/sales_invoice.txt index a69dcbf2e0..f66f877272 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.txt +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.txt @@ -5,7 +5,7 @@ { 'creation': '2012-04-13 11:56:18', 'docstatus': 0, - 'modified': '2012-05-01 12:15:53', + 'modified': '2012-05-02 09:57:50', 'modified_by': u'Administrator', 'owner': u'Administrator' }, @@ -197,6 +197,23 @@ 'trigger': u'Client' }, + # DocField + { + 'colour': u'White:FFF', + 'doctype': u'DocField', + 'fieldname': u'customer', + 'fieldtype': u'Link', + 'hidden': 0, + 'label': u'Customer', + 'no_copy': 0, + 'oldfieldname': u'customer', + 'oldfieldtype': u'Link', + 'options': u'Customer', + 'permlevel': 0, + 'print_hide': 1, + 'trigger': u'Client' + }, + # DocField { 'doctype': u'DocField', @@ -962,23 +979,6 @@ 'width': u'50%' }, - # DocField - { - 'colour': u'White:FFF', - 'doctype': u'DocField', - 'fieldname': u'customer', - 'fieldtype': u'Link', - 'hidden': 0, - 'label': u'Customer', - 'no_copy': 0, - 'oldfieldname': u'customer', - 'oldfieldtype': u'Link', - 'options': u'Customer', - 'permlevel': 0, - 'print_hide': 1, - 'trigger': u'Client' - }, - # DocField { 'doctype': u'DocField',