Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Commit 821043a

Browse files
kuro610dboehmer
authored andcommitted
Fix unit of rounding difference in purchase list editor
1 parent 1a6557d commit 821043a

File tree

1 file changed

+1
-1
lines changed
  • root/templates/purchase_list

1 file changed

+1
-1
lines changed

root/templates/purchase_list/edit.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ html_title = html_title _ ' for ' _ display_date(list.date, {html=>1});
7777
IF item.offset %]
7878
<tr>
7979
<td colspan="4" class="text-end">
80-
<small>[% display_value_unit( item.offset, ingredient.unit, {html=>1, force_sign=>1} ) %] – <em>rounding difference</em></small>
80+
<small>[% display_value_unit( item.offset, item.unit, {html=>1, force_sign=>1} ) %] – <em>rounding difference</em></small>
8181
</td>
8282
<td>
8383
<form name="remove-offset" method="post" action="[% item.update_offset_url %]">

0 commit comments

Comments
 (0)