CoreBOSBB
Remove "0" from List, Detail View & Quick Edit View - 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: Remove "0" from List, Detail View & Quick Edit View (/showthread.php?tid=91)



Remove "0" from List, Detail View & Quick Edit View - myhomewise - 02-12-2015

Joe,

You helped me in a previous thread to remove "0" from List & Detail View which I thought I would share

<!-- m --><a class="postlink" href="https://discussions.vtiger.com/index.php?p=/discussion/174286/vtiger-5-4-want-blank-currency-field#Item_9">https://discussions.vtiger.com/index.ph ... eld#Item_9</a><!-- m -->

I was wondering if you could tell me how to remove the "0" from the quick edit view

<!-- m --><a class="postlink" href="http://awesomescreenshot.com/0654ec4n4e">http://awesomescreenshot.com/0654ec4n4e</a><!-- m -->


Re: Remove "0" from List, Detail View & Quick Edit View - joebordes - 02-12-2015

Hi,

I added that trick to the wiki some time ago:

<!-- m --><a class="postlink" href="http://corebos.org/documentation/doku.php?id=en:devel:develtips#how_can_i_get_a_blank_currency">http://corebos.org/documentation/doku.p ... k_currency</a><!-- m -->

Answering your question. What you show in the screen shot is not quick create but detail view edit, inline edit or ajax edit.
I have enhanced the patch to contemplate this case.

In fact, I see that quick create also has this problem as you can see in the screen shot I attach. I have modified the patch for this case also.

Give it a try and let me know how it goes.


Re: Remove "0" from List, Detail View & Quick Edit View - myhomewise - 02-12-2015

Thank You Joe all worked great