fix: converting spaces to tabs on a few lines

This commit is contained in:
karthikeyan5 2019-07-05 11:28:59 +05:30
parent 830f2b642b
commit ad33c19510
6 changed files with 10 additions and 10 deletions

View File

@ -6,9 +6,9 @@ def get_data():
'fieldname': 'bom_no', 'fieldname': 'bom_no',
'non_standard_fieldnames': { 'non_standard_fieldnames': {
'Item': 'default_bom', 'Item': 'default_bom',
'Purchase Order': 'bom', 'Purchase Order': 'bom',
'Purchase Receipt': 'bom', 'Purchase Receipt': 'bom',
'Purchase Invoice': 'bom' 'Purchase Invoice': 'bom'
}, },
'transactions': [ 'transactions': [
{ {
@ -19,7 +19,7 @@ def get_data():
'label': _('Manufacture'), 'label': _('Manufacture'),
'items': ['BOM', 'Work Order', 'Job Card', 'Production Plan'] 'items': ['BOM', 'Work Order', 'Job Card', 'Production Plan']
}, },
{ {
'label': _('Purchase'), 'label': _('Purchase'),
'items': ['Purchase Order', 'Purchase Receipt', 'Purchase Invoice'] 'items': ['Purchase Order', 'Purchase Receipt', 'Purchase Invoice']
} }