diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 0bf85ffb83..489fa787ba 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -402,6 +402,8 @@ modules: columnname: status - columnname: quantity + - + columnname: price - columnname: order_internalnote - diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 296b2eed4b..1f9d0241dc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -5,6 +5,7 @@ [% USE AuthorisedValues %] [% USE Branches %] [% USE Biblio %] +[% USE Price %] [% USE TablesSettings %] [% PROCESS 'i18n.inc' %] [% SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') %] @@ -717,6 +718,7 @@ Note that permanent location is a code, and location may be an authval. Receive date Status Quantity + Price Internal note Subscription Subscription callnumber @@ -769,6 +771,7 @@ Note that permanent location is a code, and location may be an authval. [% END %] [% order.quantity | html %] + [% IF ( order.unitprice_tax_included > 0 ) %][% order.unitprice_tax_included | $Price %][% ELSE %][% order.ecost_tax_included | $Price %][% END %] [% order.order_internalnote | html %] [% IF order.subscriptionid %]