update add order
This commit is contained in:
@@ -134,6 +134,8 @@ class Order < ApplicationRecord
|
||||
def re_order_items(form_items) #reorder inputs items as parents and child
|
||||
parent_id = Array.new
|
||||
parents = Array.new
|
||||
puts form_items
|
||||
puts "hhhhh"
|
||||
parents_and_children_items = Array.new
|
||||
|
||||
new_items_list = Array.new
|
||||
|
||||
Reference in New Issue
Block a user