Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt
Marc Veron c8080f9196 Bug 7368 - General staff client typo omnibus
Corrects 2 typos, see comment #9

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-06-25 17:59:29 +02:00

18 lines
805 B
Text

[% INCLUDE 'help-top.inc' %]
<h2>Adding a Basket</h2>
<p>When adding a basket, give it a name that will help you identify it later. The notes fields are optional and can contain any type of information.</p>
<p>If you have added contracts to the vendor from whom you are ordering, you will also have an option to choose which contract you are ordering those items under.</p>
<p>When finished, click 'Save'.</p>
<h2>Editing Basket Headers</h2>
<p>After creating your basket, you can edit the name of the basket, the notes associated with it and the contract you're ordering against.</p>
<p><strong>See the full documentation for Ordering in the <a href="http://manual.koha-community.org/3.8/en/placingacqorder.html#createacqbasket">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]