Commit 63cba6a6 by Damien Moulard

fix comment

parent 68167d3e
Pipeline #2219 passed with stage
in 1 minute 49 seconds
...@@ -32,8 +32,8 @@ var shelf = null, ...@@ -32,8 +32,8 @@ var shelf = null,
// datetime for which shelf's ongoing_inv_start_datetime is considered null // datetime for which shelf's ongoing_inv_start_datetime is considered null
default_inventory_start_datetime = "0001-01-01 00:00:00", default_inventory_start_datetime = "0001-01-01 00:00:00",
selected_products_for_shelf_change = [], selected_products_for_shelf_change = [],
all_shelfs = null, all_shelfs = null, // Use get_all_shelfs to access it's value
debounce_timeout = null; // Use get_all_shelfs to access it's value debounce_timeout = null;
/* UTILS */ /* UTILS */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment