3df7299a61
Merge pull request #1931 from markdedeuge/patch-1
...
Update nginx.conf to use http_host rather than host fixes #1930
2021-08-10 11:04:56 +10:00
c32b6b2272
Hide the "part" field when editing manufacturer part and supplier part objects
2021-08-10 11:01:17 +10:00
e03afce335
Add "instance_filters" for SupplierPart model
...
- Restrict the "manufacturer_part" query based on the current part
2021-08-10 11:00:27 +10:00
7117c33379
Raise validation error if the manufacturer part does not point to the correct part
2021-08-10 10:58:11 +10:00
fc06bc7574
Update nginx.conf to use http_host rather than host fixes #1930
...
Using proxy_set_header Host $host; does not pass through the port. This causes the /api-doc/ route to miss the port when attempting to render routes.
This fixes : #1930
2021-08-10 10:27:40 +10:00
060ea683fe
Fix: New translations django.po from Crowdin
2021-08-10 09:23:48 +10:00
cce879a4e2
Fix: New translations django.po from Crowdin
2021-08-10 09:23:47 +10:00
33daca08d6
Fix: New translations django.po from Crowdin
2021-08-10 09:23:44 +10:00
d77aed50c4
Fix: New translations django.po from Crowdin
2021-08-10 09:23:43 +10:00
72c46ee16a
Fix: New translations django.po from Crowdin
2021-08-10 09:23:41 +10:00
06ae2839ed
Fix: New translations django.po from Crowdin
2021-08-10 09:23:39 +10:00
56ae80f2a2
Fix: New translations django.po from Crowdin
2021-08-10 09:23:36 +10:00
3e7dd14918
Fix: New translations django.po from Crowdin
2021-08-10 09:23:34 +10:00
ebaab8ebba
Fix: New translations django.po from Crowdin
2021-08-10 09:23:32 +10:00
632cafb090
Fix: New translations django.po from Crowdin
2021-08-10 09:23:31 +10:00
96abec3bd5
Fix: New translations django.po from Crowdin
2021-08-10 09:23:28 +10:00
e6780e1b90
Fix: New translations django.po from Crowdin
2021-08-10 09:23:26 +10:00
7b15e8d584
Fix: New translations django.po from Crowdin
2021-08-10 09:23:24 +10:00
78bfcf2824
Fix: New translations django.po from Crowdin
2021-08-10 09:23:23 +10:00
617891b761
Fix: New translations django.po from Crowdin
2021-08-10 09:23:20 +10:00
b48cbc9bb1
Fix: New translations django.po from Crowdin
2021-08-10 09:23:18 +10:00
ceb86971b1
Fix: New translations django.po from Crowdin
2021-08-10 09:23:17 +10:00
cc9b7f73dc
Fix: New translations django.po from Crowdin
2021-08-10 09:23:16 +10:00
81239e3f93
updated translation base
2021-08-09 23:13:01 +00:00
6620d34f25
Merge pull request #1913 from eeintech/bom_upload
...
BOM upload templates fixes
2021-08-10 09:11:25 +10:00
c04283e061
updated translation base
2021-08-09 22:25:06 +00:00
0a1ce59dfc
Merge pull request #1858 from eeintech/exchange_rate_task
...
Exchange rate as worker task
2021-08-10 08:23:46 +10:00
69d1c3cea2
Improved task import to support global
2021-08-09 11:55:56 -04:00
372d252333
Merge branch 'master' of github.com:inventree/InvenTree into exchange_rate_task
2021-08-09 10:47:35 -04:00
5553baffc8
Fix: New translations django.po from Crowdin
2021-08-09 22:07:44 +10:00
d8d831d5f5
Fix: New translations django.po from Crowdin
2021-08-09 22:07:43 +10:00
79cd49a85f
Fix: New translations django.po from Crowdin
2021-08-09 22:07:41 +10:00
ae4492ac0d
Fix: New translations django.po from Crowdin
2021-08-09 22:07:40 +10:00
cce2fd06ef
Fix: New translations django.po from Crowdin
2021-08-09 22:07:39 +10:00
be1ca4aa3f
Fix: New translations django.po from Crowdin
2021-08-09 22:07:37 +10:00
156887b37a
Fix: New translations django.po from Crowdin
2021-08-09 22:07:36 +10:00
199ba963e5
Fix: New translations django.po from Crowdin
2021-08-09 22:07:35 +10:00
3f98d45003
Fix: New translations django.po from Crowdin
2021-08-09 22:07:33 +10:00
683c1a744e
Fix: New translations django.po from Crowdin
2021-08-09 22:07:32 +10:00
8a6b6ffe96
Fix: New translations django.po from Crowdin
2021-08-09 22:07:31 +10:00
baab740aba
Fix: New translations django.po from Crowdin
2021-08-09 22:07:30 +10:00
05d5befad7
Fix: New translations django.po from Crowdin
2021-08-09 22:07:28 +10:00
23f6e1556f
Fix: New translations django.po from Crowdin
2021-08-09 22:07:27 +10:00
6895f74b1b
Fix: New translations django.po from Crowdin
2021-08-09 22:07:26 +10:00
d933023c6f
Fix: New translations django.po from Crowdin
2021-08-09 22:07:24 +10:00
abd32e23fa
Fix: New translations django.po from Crowdin
2021-08-09 22:07:23 +10:00
783bd1a620
Fix: New translations django.po from Crowdin
2021-08-09 22:07:22 +10:00
5a8785d5cc
updated translation base
2021-08-09 11:43:32 +00:00
98211f1ae1
Merge pull request #1928 from erkutalakus/hotfix/unlocalization-of-item-quantity
...
Localization of item.quantity removed
2021-08-09 21:42:07 +10:00
c564896355
Localization of item.quantity removed
...
Localization of quantity for different cultures(turkish in my case) using comma(,) instead of dot(.) leads syntax error in javascript code and prevents stock item history to load.
2021-08-09 12:11:53 +03:00