@@ -, +, @@ (MT4937) The missing fields : publicationyear, place, collectiontitle. More the layout has been modified. --- acqui/neworderempty.pl | 3 +- .../prog/en/modules/acqui/neworderempty.tmpl | 26 ++++++++++++++----- .../prog/en/modules/suggestion/suggestion.tmpl | 1 + 3 files changed, 22 insertions(+), 8 deletions(-) --- a/acqui/neworderempty.pl +++ a/acqui/neworderempty.pl @@ -372,6 +372,7 @@ $template->param( isbn => $data->{'isbn'}, seriestitle => $data->{'seriestitle'}, itemtypeloop => \@itemtypes, + collectiontitle => $data->{'collectiontitle'}, quantity => $data->{'quantity'}, quantityrec => $data->{'quantity'}, rrp => $data->{'rrp'}, @@ -380,7 +381,7 @@ $template->param( ecost => $data->{'ecost'}, notes => $data->{'notes'}, publishercode => $data->{'publishercode'}, - + place => $data->{'place'}, import_batch_id => $import_batch_id, # CHECKME: gst-stuff needs verifing, mason. --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl @@ -213,21 +213,33 @@ $(document).ready(function()
  • - Publisher: + Published by: " /> - + " />
  • + +  At: + " /> + + + " /> + + +
  • +
  • + - Publication year: +  On: " /> - - " /> + + " /> +
  • @@ -241,10 +253,10 @@ $(document).ready(function()
  • Series: - " /> + " /> - " /> + " />
  • --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl @@ -161,6 +161,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
  • " />
  • "/>
  • "/>
  • +
  • " />
  • "/>
  • "/>
  • --