[Vtigercrm-developers] Bug in Products Related
Manuel Fernando
ptdesigner at gmail.com
Wed Jan 20 15:32:33 GMT 2016
Well, in vtiger_relatedlist column name i see get_tickets
Should i open a merge request to change line nº in modules/Users/DefaultDataPopulator.php ?
get_tickets
$this->db->query("insert into vtiger_relatedlists values(" . $this->db->getUniqueID('vtiger_relatedlists') . "," . getTabid("Products") . "," . getTabid("HelpDesk") . ",'get_tickets',1,'HelpDesk',0,'add')");
to:
get_related_list
$this->db->query("insert into vtiger_relatedlists values(" . $this->db->getUniqueID('vtiger_relatedlists') . "," . getTabid("Products") . "," . getTabid("HelpDesk") . ",'get_related_list',1,'HelpDesk',0,'add')");
> No dia 20/01/2016, às 04:11, Stacey Johnson <stacey.johnson110 at gmail.com> escreveu:
>
> check vtiger_relatedlist
> get_dependents_list vs. get_related_list vs get_tickets
> Not sure 'cose products off here
>
> On Wed, Jan 20, 2016 at 6:02 AM, Manuel Fernando <ptdesigner at gmail.com <mailto:ptdesigner at gmail.com>> wrote:
> Hello,
>
> Just found that is not possible to add a Trouble Ticket In the related tab in Product.
>
> To test: go to a product, click in the related tab Tickets and create a related ticket.
> It’s possible to reproduce same in official demo.
>
> Anyone had experienced this or have a clue?
>
> Best Regards
> _______________________________________________
> http://www.vtiger.com/ <http://www.vtiger.com/>
> _______________________________________________
> http://www.vtiger.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20160120/afbf778b/attachment-0001.html>
More information about the vtigercrm-developers
mailing list