소스 검색

[Administration] Produit > Édition : Poids toujours en grammes

feature/rotating_product
Guillaume Bourgeois 7 달 전
부모
커밋
5d71bd0203
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -3
      backend/web/js/backend.js

+ 2
- 3
backend/web/js/backend.js 파일 보기

@@ -317,11 +317,10 @@ function opendistrib_products_event_unit(change) {
if (unit == 'piece') {
$('.field-product-step').hide();
$('.field-product-weight label').html('Poids (g)');
//$('.field-product-weight').show();
} else {
$('.field-product-step').show();
$('.field-product-weight label').html('Poids (' + $('#product-unit').val() + ')');
//$('.field-product-weight').hide();
//$('.field-product-weight label').html('Poids (' + $('#product-unit').val() + ')');
$('.field-product-weight label').html('Poids (g)');
}

var label_price_ttc = $('.field-product-price .control-label.with-tax');

Loading…
취소
저장