update edit with remark

This commit is contained in:
Aung Myo
2018-02-26 16:56:57 +06:30
parent 07e208a457
commit b38e98a22a
10 changed files with 123 additions and 61 deletions

View File

@@ -32,7 +32,7 @@ class Origami::OtherChargesController < BaseOrigamiController
sale_item.product_code = "Other Charges"
sale_item.product_name = "*" + di["name"]
sale_item.product_alt_name = ""
sale_item.remark = "Other Charges"
sale_item.status = "Other Charges"
sale_item.qty = 1
sale_item.unit_price = di["price"]