[Koha-bugs] [Bug 17469] fr-CA web installer is missing some sample notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 16 16:42:37 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17469

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mtompset at hotmail.com

--- Comment #3 from M. Tompsett <mtompset at hotmail.com> ---
#!/bin/bash

mysql -u root -p < fr-FR.sql > letter-FR.txt
mysql -u root -p < fr-CA.sql > letter-CA.txt
diff letter-FR.txt letter-CA.txt

use koha_library;
delete from letter;
source
/home/mtompset/kohaclone/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql;
select module,code,branchcode,is_html,message_transport_type from letter;

use koha_library;
delete from letter;
source
/home/mtompset/kohaclone/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql;
select module,code,branchcode,is_html,message_transport_type from letter;

mtompset at debian:~/kohaclone$ source check_letters.sh
Enter password:
Enter password:
12d11
< circulation   HOLD_SLIP               1       email
19a19
> circulation   RESERVESLIP             1       email

-- This is the rename Katrin noticed.

24d23
< members       MEMBERSHIP_EXPIRY               0       email
26d24
< members       PASSWORD_RESET          1       email

-- These are the two Katrin noticed missing.

31d28
< reserves      HOLD            0       print

-- There is one more you may wish to include, Katrin.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list