webERP Forum
Inconsistent GL Account Access? - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: Problems / Bugs? (http://www.weberp.org/forum/forumdisplay.php?fid=8)
+--- Thread: Inconsistent GL Account Access? (/showthread.php?tid=8280)



Inconsistent GL Account Access? - VortecCPI - 12-07-2018

I have seen in many places where we select GL Account we have:

PHP Code:
INNER JOIN glaccountusers ON glaccountusers.accountcode=chartmaster.accountcode AND glaccountusers.userid='" .  $_SESSION['UserID'] . "' AND glaccountusers.canview=

But in other places we do not.