Skip to content

Commit 46d587d

Browse files
committed
Bundle: Debug script has the mistake code removed.
1 parent 8c3c307 commit 46d587d

File tree

1 file changed

+1
-1
lines changed
  • bundle/base/core/web/netuno/dev/scripts/sbadmin/netuno

1 file changed

+1
-1
lines changed

bundle/base/core/web/netuno/dev/scripts/sbadmin/netuno/debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
let name = script.file;
9191
let path = '';
9292
if (script.file.indexOf('/') >= 0) {
93-
path = script.file.substring(0, script.file.lastIndexOf('/')) + '/produto/cliente/logistica/';
93+
path = script.file.substring(0, script.file.lastIndexOf('/')) + '/';
9494
name = script.file.substring(script.file.lastIndexOf('/') + 1);
9595
}
9696
return { td: {

0 commit comments

Comments
 (0)