Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt
Owen Leonard a32ca9d525 Bug 2780 - Capitalize strings consistently (Acqui help)
Correcting capitalization in Acquisitions help templates

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
2012-04-10 10:03:35 +02:00

18 lines
807 B
Text

[% INCLUDE 'help-top.inc' %]
<h2>Adding a basket</h2>
<p>When adding a basket you want to 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 you're ordering from, you will also have an option to choose which contract you're ordering these 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.6/en/placingacqorder.html#createacqbasket">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]