This commit is contained in:
2020-09-15 20:41:48 +00:00
parent d8eca161e1
commit 60d30bf6ae
2 changed files with 2 additions and 2 deletions

View File

@@ -509,9 +509,7 @@ Handlebars.registerHelper('loud', function (aString) {
let url = "report/" + recordId;
try {
window.$gz.form.deleteAllErrorBoxErrors(vm);
let res = await window.$gz.api.get(url);
if (res.error) {
//Not found?
if (res.error.code == "2010") {