From 83107a2eb1f196038d6bbe40768d0f16f66ea95c Mon Sep 17 00:00:00 2001 From: Aleisha Date: Mon, 4 Jul 2016 01:24:58 +0000 Subject: [PATCH] Bug 16841: Help for library EANs To test: 1) Go to Admin -> Library EANs 2) Click Help in top-right corner 3) Confirm that Help window opens with appropriate help text 4) Confirm link to manual works as expected Sponsored-by: Catalyst IT --- .../prog/en/modules/help/admin/edi_ean_accounts.tt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/edi_ean_accounts.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/edi_ean_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/edi_ean_accounts.tt new file mode 100644 index 0000000..377c926 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/edi_ean_accounts.tt @@ -0,0 +1,14 @@ +[% INCLUDE 'help-top.inc' %] + +

Library EANs

+ +

A library EAN is the identifier the vendor gives the library to send back to them so they know which account to use when billing. One EDI account can have multiple EANs.

+ +

To add an EAN, click the 'New EAN' button.

+ +

In the form that appears, enter the information provided by your vendor.

+ +

See the full documentation for Library EANs in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] + -- 1.7.10.4