Skip to content

Commit 0f22715

Browse files
committed
fix dates
1 parent 9ba8dce commit 0f22715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/resources/views/business_cases/import_orders_automation/index.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,8 @@ function checkNewOrders() {
439439
440440
if (scount == stores.length) {
441441
//lastone store finished - compare
442-
console.log( items );
443-
console.log( oldItems );
442+
// console.log( items );
443+
// console.log( oldItems );
444444
if (isNew == false && JSON.stringify(items) === JSON.stringify(oldItems)) {
445445
446446
Swal.fire(

0 commit comments

Comments
 (0)