@@ -, +, @@ to basket from a file and not creating items --- .../prog/en/modules/acqui/addorderiso2709.tt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -72,7 +72,9 @@
@@ -368,11 +370,11 @@
+ [% IF ( items ) %]

Item information

Import all the checked items in the basket with the following parameters:

- [% IF ( items ) %]
Item [% IF ( NoACQframework ) %] @@ -422,8 +424,8 @@ [% END #/FOREACH item %]
- [% END # /IF items %] + [% END # /IF items %]

Import all the checked items in the basket with the following accounting details (used only if no information is filled for the item):

--