2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Rename Order.URL to Order.link

This commit is contained in:
Oliver Walters
2020-04-06 11:56:52 +10:00
parent a306ad0bc3
commit 87a09a7220
5 changed files with 33 additions and 6 deletions

View File

@ -70,7 +70,7 @@ class EditPurchaseOrderForm(HelperForm):
'reference',
'supplier',
'description',
'URL',
'link',
]