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

Renamed URLs for /customer/

This commit is contained in:
Oliver
2018-04-17 23:56:25 +10:00
parent 8b1dbd4500
commit 3f33a921ae
8 changed files with 81 additions and 8 deletions

View File

@ -7,6 +7,7 @@ from crispy_forms.layout import Submit
from .models import StockLocation, StockItem
class EditStockLocationForm(forms.ModelForm):
def __init__(self, *args, **kwargs):