diff --git a/app/controllers/origami/other_charges_controller.rb b/app/controllers/origami/other_charges_controller.rb index b88c0f80..36fbffb8 100755 --- a/app/controllers/origami/other_charges_controller.rb +++ b/app/controllers/origami/other_charges_controller.rb @@ -46,6 +46,7 @@ class Origami::OtherChargesController < BaseOrigamiController sale_item = SaleItem.new sale_item.sale_id = sale_id + sale_item.menu_category_code = "0.0" sale_item.menu_category_name = "Other Charges" sale_item.product_code = "Other Charges" sale_item.product_name = "*" + di["name"]