13-05-2026 Waren Wirtschaft
This commit is contained in:
parent
9ce711d6b2
commit
ca3eb663fe
40 changed files with 1000 additions and 189 deletions
|
|
@ -4,6 +4,7 @@
|
|||
var t = $('#entry_type').val();
|
||||
var isIng = t === 'ingredient';
|
||||
$('#stock-entry-ingredient-block').toggle(isIng);
|
||||
$('#stock-entry-quality-block').toggle(isIng);
|
||||
$('#stock-entry-packaging-block').toggle(!isIng);
|
||||
$('#price-per-kg-block').toggle(isIng);
|
||||
$('#price-total-block').toggle(!isIng);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue