Skip to content
Snippets Groups Projects
Commit ba875491 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

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

parent 4c557001
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment