Skip to content

Commit

Permalink
Fixes js bug in balancing
Browse files Browse the repository at this point in the history
  • Loading branch information
lentschi committed Nov 2, 2024
1 parent a7ce789 commit 1f88fa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

$('#summaryChangedWarning').show();

$('*[name="group_order_article[result]"]').each((_, field) => $(field).unitConversionField({
$('#group_order_articles_<%= @order_article.id %> *[name="group_order_article[result]"]').each((_, field) => $(field).unitConversionField({
units: unitsData,
popoverTemplate$: $('#unit_conversion_popover_content_template'),
useTargetUnitForStep: false
Expand Down

0 comments on commit 1f88fa8

Please sign in to comment.