update customer seed shop and receipt bill

This commit is contained in:
Aung Myo
2017-06-26 16:50:04 +06:30
parent 12483aba97
commit 6e77a71946
6 changed files with 81 additions and 113 deletions

View File

@@ -47,7 +47,8 @@ class Crm::CustomersController < BaseCrmController
#get customer amount
@customer = Customer.find(params[:id])
@response = Customer.get_membership_transactions(@customer)
@response = Customer.get_membership_transactions(@customer)
# @response = ""
#end customer amount
end