You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/ubuntu/frappe-bench/apps/erpnext_shopify/erpnext_shopify/sync_orders.py", line 22, in sync_shopify_orders
create_order(shopify_order, shopify_settings)
File "/home/ubuntu/frappe-bench/apps/erpnext_shopify/erpnext_shopify/sync_orders.py", line 54, in create_order
create_sales_invoice(shopify_order, shopify_settings, so)
File "/home/ubuntu/frappe-bench/apps/erpnext_shopify/erpnext_shopify/sync_orders.py", line 99, in create_sales_invoice
make_payament_entry_against_sales_invoice(si, shopify_settings)
File "/home/ubuntu/frappe-bench/apps/erpnext_shopify/erpnext_shopify/sync_orders.py", line 108, in make_payament_entry_against_sales_invoice
payemnt_entry.submit()
File "/home/ubuntu/frappe-bench/apps/frappe/frappe/model/document.py", line 723, in submit
self._submit()
File "/home/ubuntu/frappe-bench/apps/frappe/frappe/model/document.py", line 712, in _submit
self.save()
File "/home/ubuntu/frappe-bench/apps/frappe/frappe/model/document.py", line 233, in save
return self._save(*args, **kwargs)
File "/home/ubuntu/frappe-bench/apps/frappe/frappe/model/document.py", line 252, in save
self.insert()
File "/home/ubuntu/frappe-bench/apps/frappe/frappe/model/document.py", line 203, in insert
self.run_before_save_methods()
File "/home/ubuntu/frappe-bench/apps/frappe/frappe/model/document.py", line 753, in run_before_save_methods
self.run_method("validate")
File "/home/ubuntu/frappe-bench/apps/frappe/frappe/model/document.py", line 651, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
File "/home/ubuntu/frappe-bench/apps/frappe/frappe/model/document.py", line 879, in composer
return composed(self, method, *args, **kwargs)
File "/home/ubuntu/frappe-bench/apps/frappe/frappe/model/document.py", line 862, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
File "/home/ubuntu/frappe-bench/apps/frappe/frappe/model/document.py", line 645, in
fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
File "/home/ubuntu/frappe-bench/apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py", line 43, in validate
self.validate_mandatory()
File "/home/ubuntu/frappe-bench/apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py", line 165, in validate_mandatory
frappe.throw(("{0} is mandatory").format(self.meta.get_label(field)))
File "/home/ubuntu/frappe-bench/apps/frappe/frappe/init.py", line 300, in throw
msgprint(msg, raise_exception=exc, title=title, indicator='red')
File "/home/ubuntu/frappe-bench/apps/frappe/frappe/init.py", line 293, in msgprint
_raise_exception()
File "/home/ubuntu/frappe-bench/apps/frappe/frappe/init.py", line 266, in _raise_exception
raise raise_exception, encode(msg)
ValidationError: Paid Amount is mandatory
The text was updated successfully, but these errors were encountered:
Received error upon sync.
The text was updated successfully, but these errors were encountered: