Merge pull request #23332 from wdammak/patch-50
FIX: Show supplier product reference input field
This commit is contained in:
commit
39163ce58f
@ -1148,7 +1148,7 @@ if (!empty($usemargins) && $user->rights->margins->creer) {
|
|||||||
jQuery("#multicurrency_price_ttc").val('').hide();
|
jQuery("#multicurrency_price_ttc").val('').hide();
|
||||||
jQuery("#title_up_ttc, #title_up_ttc_currency").hide();
|
jQuery("#title_up_ttc, #title_up_ttc_currency").hide();
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
jQuery("#fourn_ref, #tva_tx, #title_vat").hide();
|
jQuery("#tva_tx, #title_vat").hide();
|
||||||
/* jQuery("#title_fourn_ref").hide(); */
|
/* jQuery("#title_fourn_ref").hide(); */
|
||||||
jQuery("#np_marginRate, #np_markRate, .np_marginRate, .np_markRate, #units, #title_units").hide();
|
jQuery("#np_marginRate, #np_markRate, .np_marginRate, .np_markRate, #units, #title_units").hide();
|
||||||
jQuery("#buying_price").show();
|
jQuery("#buying_price").show();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user