diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt index 9e92f4e681..14cc3bd107 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt @@ -40,6 +40,7 @@ Item type Date due Barcode + Inventory number Charge Price Status @@ -56,6 +57,7 @@ [% ItemTypes.GetDescription( issue.itype ) | html %] [% issue.date_due | $KohaDates as_due_date => 1 %] [% issue.barcode | html %] + [% issue.stocknumber | html %] [% issue.charge | $Price %] [% issue.replacementprice | $Price %] [% IF ( issue.overdue ) %]Overdue![% ELSE %] [% END %] @@ -63,7 +65,7 @@ [% END %] - Totals: + Totals: [% totaldue | $Price %] [% totalprice | $Price %]