Error in commit - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Development (https://discussions.corebos.org/forumdisplay.php?fid=18) +--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4) +---- Forum: coreBOS (https://discussions.corebos.org/forumdisplay.php?fid=5) +---- Thread: Error in commit (/showthread.php?tid=23) |
Error in commit - playman - 06-10-2014 Hi all, The following commit has an error, when you are trying to generate a Report, the query fails: <!-- m --><a class="postlink" href="https://github.com/tsolucio/corebos/commit/362f25b515d27292d4572cac092ca43ec5ae761f">https://github.com/tsolucio/corebos/com ... 3ec5ae761f</a><!-- m --> the solution is add a space at start like this (between $query = and " left join...): Code: left join vtiger_currency_info as vtiger_currency_info$secmodule on vtiger_currency_info$secmodule.id = vtiger_salesorder.currency_id"; Re: Error in commit - omarllorens - 06-11-2014 Hi playman. You have reason, we had this error in PurchaseOrder, SalesOrder and Quotes. The commit was fixed and updated. Thanks for find this bug. <!-- s --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="" title="Very Happy" /><!-- s --> Regards, Omar. |