From 0c9a0a58198739f090f2632f78c3f7d4152bfa17 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Mon, 13 Oct 2014 10:32:18 +0200 Subject: [PATCH] Bug 12993: Select automatically itemtype on neworderempty.pl --- acqui/neworderempty.pl | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/acqui/neworderempty.pl b/acqui/neworderempty.pl index 256175a..57af3fc 100755 --- a/acqui/neworderempty.pl +++ b/acqui/neworderempty.pl @@ -396,6 +396,7 @@ $template->param( ecost => sprintf( "%.2f", $data->{ecost} || 0), unitprice => sprintf( "%.2f", $data->{unitprice} || 0), publishercode => $data->{'publishercode'}, + itype => $data->{itemtype}, barcode_subfield => $barcode_subfield, import_batch_id => $import_batch_id, subscriptionid => $subscriptionid, diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt index d920540..e783eec 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -352,7 +352,7 @@ $(document).ready(function() Item type: