Commit 369da024 by Yvon Kerdoncuff

Merge branch 'migration-v12' of…

Merge branch 'migration-v12' of ssh://gl.cooperatic.fr:4321/cooperatic-foodcoops/third-party into migration-v12
parents 3a5abee5 3e0c1125
Pipeline #4158 failed with stage
in 0 seconds
......@@ -319,7 +319,8 @@ $(document).ready(function() {
if (
stored_shelf !== null
&& stored_shelf.ongoing_inv_start_datetime !== undefined
&& shelf.ongoing_inv_start_datetime !== stored_shelf.ongoing_inv_start_datetime
&& shelf.ongoing_inv_start_datetime //stored_sheld.ongoing_inv_start_datetime MUST be cleaned for comparison
!== stored_shelf.ongoing_inv_start_datetime.replace("T", " ").split(".")[0]
) {
localStorage.removeItem('shelf_' + shelf.id);
}
......
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