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 6a093de commit a3f9882Copy full SHA for a3f9882
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('message', 'There is no Stockroom warehouse location defined! Ask your coordinator to correct this!');
80
+ $cmsmain->assign('include', 'cms_list.tpl');
81
}
0 commit comments