[Vtigercrm-commits] [vtiger development] #1424: No pricebooks found in from quote / salesorder
vtiger development
vtiger-tickets at vtiger.fosslabs.com
Wed Jul 12 03:21:16 EDT 2006
#1424: No pricebooks found in from quote / salesorder
------------------------+---------------------------------------------------
Reporter: andrewr | Owner: mickie
Type: defect | Status: closed
Priority: major | Milestone:
Component: vtigercrm | Version: 5.0.0
Resolution: fixed | Keywords:
------------------------+---------------------------------------------------
Changes (by mickie):
* resolution: => fixed
* status: new => closed
Comment:
Thanks for notifying the issue.
The issue is due to the table rename with prefix vtiger_
To fix this please add vtiger_ prefix in Popup.php which is parellel to
config.php
In this file in line 201 there will be a if condition
if($currentModule == 'PriceBooks')
Inside this function there will be a query available. please add vtiger_
in the tables in this query.
we have chaged this and checkedin in svn. (svn commited revision 7962 -
line 204)
--
Ticket URL: <http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1424>
vtiger development <http://vtiger.fosslabs.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list