2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

VIews / forms / etc

This commit is contained in:
Oliver Walters
2020-09-18 21:49:56 +10:00
parent 1a90106bac
commit ff7570aea4
5 changed files with 117 additions and 4 deletions

View File

@ -401,7 +401,7 @@ class PriceBreakCreate(AjaxCreateView):
def get_data(self):
return {
'success': 'Added new price break'
'success': _('Added new price break')
}
def get_part(self):