2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

rename AdditionalLineItems to ExtraLine

This commit is contained in:
Matthias
2022-03-27 01:11:25 +01:00
parent ce68ee3781
commit bff2fb81f3
9 changed files with 188 additions and 188 deletions

View File

@ -132,7 +132,7 @@ class RuleSet(models.Model):
'order_purchaseorder',
'order_purchaseorderattachment',
'order_purchaseorderlineitem',
'order_purchaseorderadditionallineitem',
'order_purchaseorderextraline',
'company_supplierpart',
'company_manufacturerpart',
'company_manufacturerpartparameter',
@ -143,7 +143,7 @@ class RuleSet(models.Model):
'order_salesorderallocation',
'order_salesorderattachment',
'order_salesorderlineitem',
'order_salesorderadditionallineitem',
'order_salesorderextraline',
'order_salesordershipment',
]
}