mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 08:02:51 +00:00
chore: More fixes
This commit is contained in:
@@ -427,7 +427,6 @@ def make_payment_request(**args):
|
||||
)
|
||||
pr = frappe.get_doc("Payment Request", draft_payment_request)
|
||||
else:
|
||||
if args.order_type != "Shopping Cart":
|
||||
pr = frappe.new_doc("Payment Request")
|
||||
pr.update(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user