fix: converting spaces to tabs on a few lines
This commit is contained in:
parent
830f2b642b
commit
ad33c19510
@ -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']
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user