update customer

This commit is contained in:
Aung Myo
2017-06-30 19:41:39 +06:30
12 changed files with 42 additions and 25 deletions

View File

@@ -29,6 +29,7 @@ class Origami::OtherChargesController < BaseOrigamiController
sale_item.sale_id = sale_id
sale_item.product_code = "Other Charges"
sale_item.product_name = di["name"]
sale_item.product_alt_name = ""
sale_item.remark = "Other Charges"
sale_item.qty = 1