From d9afdc7df5955412efcbd884d3cacb71dca02abf Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Wed, 28 Feb 2018 16:44:32 +0630 Subject: [PATCH] update product for account id 3 --- app/models/product.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/product.rb b/app/models/product.rb index 3c915a38..2d8cc013 100755 --- a/app/models/product.rb +++ b/app/models/product.rb @@ -9,7 +9,7 @@ class Product < ApplicationRecord mt_instance = Product.find_by_item_code(item_code) if (!mt_instance.nil?) menu_item_hash[:type] = 'Product' - menu_item_hash[:account_id] = 1 + menu_item_hash[:account_id] = 3 menu_item_hash[:item_code] = mt_instance.item_code menu_item_hash[:item_instance_code] = mt_instance.item_code menu_item_hash[:name] = mt_instance.name.to_s