[fix] added hook call to create payment gateway account record

This commit is contained in:
Saurabh 2016-11-08 20:35:50 +05:30
parent a469e659c5
commit 94c666ae46

View File

@ -211,3 +211,5 @@ bot_parsers = [
]
get_site_info = 'erpnext.utilities.get_site_info'
payment_gateway_enabled = "erpnext.accounts.utils.create_payment_gateway_and_account"