diff --git a/app/assets/javascripts/addorder.js b/app/assets/javascripts/addorder.js
index 1c6acf1b..cdb36ac6 100755
--- a/app/assets/javascripts/addorder.js
+++ b/app/assets/javascripts/addorder.js
@@ -207,8 +207,6 @@ $(function() {
for(var v in result) {
if (value[i]["id"] == result[v]["id"]) {
-
- console.log("ssssssss")
row = '
'
+"
false do |t|
t.string :sale_item_id, :limit => 16, :primary_key => true#custom primary key - to ensure consistence for cloud syncing
t.string :sale_id, foreign_key: true, :limit => 16, :index => true
+ t.string :menu_category_code, :null => false, :limit => 100
+ t.string :menu_category_name, :limit => 100, :index => true
t.string :product_code, :null => false
t.string :item_instance_code
t.string :product_name, :null => false