vtlib module custom fields on related list - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Modules/Extension Support (https://discussions.corebos.org/forumdisplay.php?fid=9) +--- Thread: vtlib module custom fields on related list (/showthread.php?tid=174) |
vtlib module custom fields on related list - mlambert - 08-26-2015 This is for payment module: I need to show my custom filed information in display instead of Payment Ref and so on? I added Transaction Status, Paid To & Transaction type to the corbos.php and they show up in the display. Just no data will populate to the view inside the block? I need it to populate the data in there? On standard modules I can fix it, but your module is not listed where the other code is that I normally make changes and adjustments to. Can you please share with me how I can get that data from custom fields to populate to be seen in block? Thanks in advance, Mike RE: vtlib module custom fields on related list - joebordes - 08-26-2015 note: I took the liberty to create a new thread for this new question RE: vtlib module custom fields on related list - joebordes - 08-26-2015 In the latest version of corebos I have added the necessary line to most modules but it is commented. CobroPago is one of these modules. Update your code and try to uncomment the line indicated here: https://github.com/tsolucio/corebos/blob/master/modules/CobroPago/CobroPago.php#L28 and let me know how it goes. You can apply the line directly also if you want to try RE: vtlib module custom fields on related list - joebordes - 08-28-2015 Mike, how did that turn out? |