FIX #5640 Prices of a predefined product/service were incorrect under certain circumstances

This commit is contained in:
Marcos García 2017-06-19 18:07:43 +02:00
parent 4c55700157
commit ba87549124

View File

@ -725,7 +725,7 @@ function setforpredef() {
jQuery("#select_type").val(-1);
jQuery("#prod_entry_mode_free").prop('checked',false);
jQuery("#prod_entry_mode_predef").prop('checked',true);
jQuery("#price_ht").hide();
jQuery("#price_ht").val('').hide();
jQuery("#multicurrency_price_ht").hide();
jQuery("#price_ttc").hide(); // May no exists
jQuery("#tva_tx").hide();