Fix: Relations were not working as after setting the id, if the object was none, then it set to None again.

eg. in Inventory if product_id was supplied and not the product object, product_id was set, but then when the product was set to None, the product_id was also gone

Version bumped to 7.0.1
This commit is contained in:
2020-06-01 20:40:52 +05:30
parent 58f6d6578b
commit b7a1c5b816
5 changed files with 64 additions and 80 deletions

View File

@ -1,6 +1,6 @@
{
"name": "overlord",
"version": "7.0.0",
"version": "7.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",