@@ -, +, @@ --- .../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 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/edi_ean_accounts.tt +++ a/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' %] --