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.
2 parents 6a093de + 05c1799 commit d9645e5Copy full SHA for d9645e5
1 file changed
include/container-stock.php
@@ -76,5 +76,6 @@
76
$cmsmain->assign('listdata', $listdata);
77
$cmsmain->assign('include', 'cms_list.tpl');
78
} else {
79
- throw new Exception('There is no Stockroom warehouse location defined! Ask your coordinator to correct this!');
+ $cmsmain->assign('list_info_text', 'There is no Stockroom warehouse location defined! Ask your coordinator to correct this.');
80
+ $cmsmain->assign('include', 'cms_list.tpl');
81
}
0 commit comments