webERP Forum
Credit_Invoice.php - 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: Credit_Invoice.php (/showthread.php?tid=2031)



Credit_Invoice.php - Forums - 01-14-2014

Not strictly a bug as the code works so I will cheat and add it into today.

Line 230 of Credit_Invoice.php reads

if ($_SESSION['SalesmanLogin'] != '') {}else{

Can somebody please change this to

if ($_SESSION['SalesmanLogin'] == '') {

as it offends my eyes each time I see it Smile

Tim

ps To think I got publicly accused of trying to sabotage the project by accidentally including a non-existent css class Big Grin


RE: Credit_Invoice.php - phil - 01-15-2014

Done... thanks