Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/newordersubscription.tt
Nicole C. Engard 4e271637cd Bug 14424: Update Acq Help for 3.20
This patch adds the missing order from subscription help and updates basket
help.

To test:

* Visit a basket, review the help
* Click order from a subscrption, review the help

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
2015-07-10 10:49:02 -03:00

17 lines
989 B
Text

[% INCLUDE 'help-top.inc' %]
<h1>Order from a subscription</h1>
<p>To order from a record that can't be found anywhere else, choose the 'From a new (empty) record.'</p>
<p>If you're using the Serials module you can link your subscription order information to acquisitions by choosing to order 'From a subscription'</p>
<ul>
<li>After clicking the order link you will be brought to a search page that will help you find your subscription</li>
<li>Your results will appear to the right of the form and each subscription will have an 'Order' link to the right</li>
<li>Clicking 'Order' will bring the subscription info in to the order form without an 'Add item' section since you are just ordering a subscription and an item isn't needed</li>
</ul>
<p><strong>See the full documentation for Ordering in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/placingacqorder.html#createacqbasket">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]