Skip to content
Snippets Groups Projects
Commit dbeb31ca authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

Merge pull request #7039 from marcosgdf/bug-5640

FIX #5640 Prices of a predefined product/service were incorrect under certain circumstances
parents fd197c57 ba875491
Branches
No related tags found
No related merge requests found
...@@ -725,7 +725,7 @@ function setforpredef() { ...@@ -725,7 +725,7 @@ function setforpredef() {
jQuery("#select_type").val(-1); jQuery("#select_type").val(-1);
jQuery("#prod_entry_mode_free").prop('checked',false); jQuery("#prod_entry_mode_free").prop('checked',false);
jQuery("#prod_entry_mode_predef").prop('checked',true); jQuery("#prod_entry_mode_predef").prop('checked',true);
jQuery("#price_ht").hide(); jQuery("#price_ht").val('').hide();
jQuery("#multicurrency_price_ht").hide(); jQuery("#multicurrency_price_ht").hide();
jQuery("#price_ttc").hide(); // May no exists jQuery("#price_ttc").hide(); // May no exists
jQuery("#tva_tx").hide(); 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