We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba8dce commit 0f22715Copy full SHA for 0f22715
src/resources/views/business_cases/import_orders_automation/index.blade.php
@@ -439,8 +439,8 @@ function checkNewOrders() {
439
440
if (scount == stores.length) {
441
//lastone store finished - compare
442
- console.log( items );
443
- console.log( oldItems );
+ // console.log( items );
+ // console.log( oldItems );
444
if (isNew == false && JSON.stringify(items) === JSON.stringify(oldItems)) {
445
446
Swal.fire(
0 commit comments