From bf34bd8f50c4f3bace79f434f18818343045808d Mon Sep 17 00:00:00 2001 From: Aleisha Date: Mon, 4 Jul 2016 01:24:58 +0000 Subject: [PATCH] [PASSED QA] Bug 16841: Help for library EANs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Marc VĂ©ron Signed-off-by: Katrin Fischer Fixed link to the manual. --- .../prog/en/modules/help/admin/edi_ean_accounts.tt | 13 +++++++++++++ 1 file changed, 13 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..f025693 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/edi_ean_accounts.tt @@ -0,0 +1,13 @@ +[% 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.9.1