Compare commits
No commits in common. "6d884bccc336435e7fc6f2b0acfd4e23a19ccc58" and "f25e597ff580f7dc1dcf2e784a1641e3cdbf252a" have entirely different histories.
6d884bccc3
...
f25e597ff5
|
@ -27,7 +27,6 @@ classifiers = [
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Topic :: Office/Business",
|
|
||||||
]
|
]
|
||||||
license = {text = "GNU General Public License v3+"}
|
license = {text = "GNU General Public License v3+"}
|
||||||
requires-python = ">= 3.8"
|
requires-python = ">= 3.8"
|
||||||
|
|
|
@ -778,10 +778,7 @@ class OrderView(MasterView):
|
||||||
order = f.model_instance
|
order = f.model_instance
|
||||||
|
|
||||||
# local_customer
|
# local_customer
|
||||||
if order.customer_id and not order.local_customer:
|
f.set_node('local_customer', LocalCustomerRef(self.request))
|
||||||
f.remove('local_customer')
|
|
||||||
else:
|
|
||||||
f.set_node('local_customer', LocalCustomerRef(self.request))
|
|
||||||
|
|
||||||
# pending_customer
|
# pending_customer
|
||||||
if order.customer_id or order.local_customer:
|
if order.customer_id or order.local_customer:
|
||||||
|
|
Loading…
Reference in a new issue