forked from Wavyzz/dolibarr
Fix for multicompany
This commit is contained in:
@@ -711,7 +711,9 @@ function setforfree() {
|
|||||||
jQuery("#fournprice_predef").hide();
|
jQuery("#fournprice_predef").hide();
|
||||||
jQuery("#title_vat").show();
|
jQuery("#title_vat").show();
|
||||||
jQuery("#title_up_ht").show();
|
jQuery("#title_up_ht").show();
|
||||||
|
jQuery("#title_up_ht_currency").show();
|
||||||
jQuery("#title_up_ttc").show();
|
jQuery("#title_up_ttc").show();
|
||||||
|
jQuery("#title_up_ttc_currency").show();
|
||||||
jQuery("#np_marginRate").show(); // May no exists
|
jQuery("#np_marginRate").show(); // May no exists
|
||||||
jQuery("#np_markRate").show(); // May no exists
|
jQuery("#np_markRate").show(); // May no exists
|
||||||
jQuery(".np_marginRate").show(); // May no exists
|
jQuery(".np_marginRate").show(); // May no exists
|
||||||
@@ -731,7 +733,9 @@ function setforpredef() {
|
|||||||
//jQuery("#fournprice_predef").show(); // management somewhere else
|
//jQuery("#fournprice_predef").show(); // management somewhere else
|
||||||
jQuery("#title_vat").hide();
|
jQuery("#title_vat").hide();
|
||||||
jQuery("#title_up_ht").hide();
|
jQuery("#title_up_ht").hide();
|
||||||
|
jQuery("#title_up_ht_currency").hide();
|
||||||
jQuery("#title_up_ttc").hide();
|
jQuery("#title_up_ttc").hide();
|
||||||
|
jQuery("#title_up_ttc_currency").hide();
|
||||||
jQuery("#np_marginRate").hide(); // May no exists
|
jQuery("#np_marginRate").hide(); // May no exists
|
||||||
jQuery("#np_markRate").hide(); // May no exists
|
jQuery("#np_markRate").hide(); // May no exists
|
||||||
jQuery(".np_marginRate").hide(); // May no exists
|
jQuery(".np_marginRate").hide(); // May no exists
|
||||||
|
|||||||
Reference in New Issue
Block a user