Skip to content

Commit

Permalink
Fixes #104
Browse files Browse the repository at this point in the history
  • Loading branch information
lentschi committed Oct 12, 2024
1 parent 151f060 commit 4df5ba5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/views/finance/balancing/new.js.haml
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
$('#results').html('#{j(render(balancing_view_partial, order: @order))}');
$('*[name="group_order_article[result]"]').each((_, field) => $(field).unitConversionField({
units: unitsData,
popoverTemplate$: $('#unit_conversion_popover_content_template'),
useTargetUnitForStep: false
}));
$('*[name="group_order_article[result]"]').each((_, field) => $(field).unitConversionField({units: unitsData, popoverTemplate$: $('#unit_conversion_popover_content_template'), useTargetUnitForStep: false}));

0 comments on commit 4df5ba5

Please sign in to comment.