[fix] modified payment request to cope with new payment structure (#7957)

* [fix] modified payment request to cope with new payment structure

* [fix] moved payment gateway doctype from accounts to core
This commit is contained in:
Saurabh
2017-03-14 14:46:05 +05:30
committed by Rushabh Mehta
parent 468726320c
commit 0d47d51407
8 changed files with 5 additions and 149 deletions

View File

@@ -194,4 +194,4 @@ bot_parsers = [
get_site_info = 'erpnext.utilities.get_site_info'
payment_gateway_enabled = "erpnext.accounts.utils.create_payment_gateway_and_account"
payment_gateway_enabled = "erpnext.accounts.utils.create_payment_gateway_account"