View | Details | Raw Unified | Return to bug 22818
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_22818_add_ill_notices.perl (-10 / +10 lines)
Lines 7-22 if( CheckVersion( $DBversion ) ) { Link Here
7
    $dbh->do( q| INSERT IGNORE INTO systempreferences (variable, value, explanation, options, type) VALUES ('ILLDefaultStaffEmail', '', 'Fallback email address for staff ILL notices to be sent to in the absence of a branch address', NULL, 'Free'); | );
7
    $dbh->do( q| INSERT IGNORE INTO systempreferences (variable, value, explanation, options, type) VALUES ('ILLDefaultStaffEmail', '', 'Fallback email address for staff ILL notices to be sent to in the absence of a branch address', NULL, 'Free'); | );
8
    $dbh->do( q| INSERT IGNORE INTO systempreferences (variable, value, explanation, options, type) VALUES ('ILLSendStaffNotices', NULL, 'Send these ILL notices to staff', NULL, 'multiple'); | );
8
    $dbh->do( q| INSERT IGNORE INTO systempreferences (variable, value, explanation, options, type) VALUES ('ILLSendStaffNotices', NULL, 'Send these ILL notices to staff', NULL, 'multiple'); | );
9
    # Add new notices
9
    # Add new notices
10
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_PICKUP_READY', '', 'ILL request ready for pickup', 0, "Interlibrary loan request ready for pickup", "Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nThe Interlibrary loans request number <<illrequests.illrequest_id>> you placed for:\n\n- <<ill_bib_title>> - <<ill_bib_author>>\n\nis ready for pick up from <<branches.branchname>>.\n\nKind Regards\n\n<<branches.branchname>>\n<<branches.branchaddress1>>\n<<branches.branchaddress2>>\n<<branches.branchaddress3>>\n<<branches.branchcity>>\n<<branches.branchstate>>\n<<branches.branchzip>>\n<<branches.branchphone>>\n<<branches.branchillemail>>\n<<branches.branchemail>>", 'email', 'default'); | );
10
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_PICKUP_READY', '', 'ILL request ready for pickup', 0, "Interlibrary loan request ready for pickup", "Dear [% borrowers.firstname %] [% borrowers.surname %],\n\nThe Interlibrary loans request number [% illrequests.illrequest_id %] you placed for:\n\n- [% ill_bib_title %] - [% ill_bib_author %]\n\nis ready for pick up from [% branches.branchname %].\n\nKind Regards\n\n[% branches.branchname %]\n[% branches.branchaddress1 %]\n[% branches.branchaddress2 %]\n[% branches.branchaddress3 %]\n[% branches.branchcity %]\n[% branches.branchstate %]\n[% branches.branchzip %]\n[% branches.branchphone %]\n[% branches.branchillemail %]\n[% branches.branchemail %]", 'email', 'default'); | );
11
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_UNAVAIL', '', 'ILL request unavailable', 0, "Interlibrary loan request unavailable", "Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nThe Interlibrary loans request number <<illrequests.illrequest_id>> you placed for\n\n- <<ill_bib_title>> - <<ill_bib_author>>\n\nis unfortunately unavailable.\n\nKind Regards\n\n<<branches.branchname>>\n<<branches.branchaddress1>>\n<<branches.branchaddress2>>\n<<branches.branchaddress3>>\n<<branches.branchcity>>\n<<branches.branchstate>>\n<<branches.branchzip>>\n<<branches.branchphone>>\n<<branches.branchillemail>>\n<<branches.branchemail>>", 'email', 'default'); | );
11
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_UNAVAIL', '', 'ILL request unavailable', 0, "Interlibrary loan request unavailable", "Dear [% borrowers.firstname %] [% borrowers.surname %],\n\nThe Interlibrary loans request number [% illrequests.illrequest_id %] you placed for\n\n- [% ill_bib_title %] - [% ill_bib_author %]\n\nis unfortunately unavailable.\n\nKind Regards\n\n[% branches.branchname %]\n[% branches.branchaddress1 %]\n[% branches.branchaddress2 %]\n[% branches.branchaddress3 %]\n[% branches.branchcity %]\n[% branches.branchstate %]\n[% branches.branchzip %]\n[% branches.branchphone %]\n[% branches.branchillemail %]\n[% branches.branchemail %]", 'email', 'default'); | );
12
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_CANCEL', '', 'ILL request cancelled', 0, "Interlibrary loan request cancelled", "The patron for interlibrary loans request <<illrequests.illrequest_id>>, with the following details, has requested cancellation of this ILL request:\n\n<<ill_full_metadata>>", 'email', 'default'); | );
12
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_CANCEL', '', 'ILL request cancelled', 0, "Interlibrary loan request cancelled", "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has requested cancellation of this ILL request:\n\n[% ill_full_metadata %]", 'email', 'default'); | );
13
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_MODIFIED', '', 'ILL request modified', 0, "Interlibrary loan request modified", "The patron for interlibrary loans request <<illrequests.illrequest_id>>, with the following details, has modified this ILL request:\n\n<<ill_full_metadata>>", 'email', 'default'); | );
13
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_MODIFIED', '', 'ILL request modified', 0, "Interlibrary loan request modified", "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has modified this ILL request:\n\n[% ill_full_metadata %]", 'email', 'default'); | );
14
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_PARTNER_REQ', '', 'ILL request to partners', 0, "Interlibrary loan request to partners", "Dear Sir/Madam,\n\nWe would like to request an interlibrary loan for a title matching the following description:\n\n<<ill_full_metadata>>\n\nPlease let us know if you are able to supply this to us.\n\nKind Regards\n\n<<branches.branchname>>\n<<branches.branchaddress1>>\n<<branches.branchaddress2>>\n<<branches.branchaddress3>>\n<<branches.branchcity>>\n<<branches.branchstate>>\n<<branches.branchzip>>\n<<branches.branchphone>>\n<<branches.branchillemail>>\n<<branches.branchemail>>", 'email', 'default'); | );
14
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_PARTNER_REQ', '', 'ILL request to partners', 0, "Interlibrary loan request to partners", "Dear Sir/Madam,\n\nWe would like to request an interlibrary loan for a title matching the following description:\n\n[% ill_full_metadata %]\n\nPlease let us know if you are able to supply this to us.\n\nKind Regards\n\n[% branches.branchname %]\n[% branches.branchaddress1 %]\n[% branches.branchaddress2 %]\n[% branches.branchaddress3 %]\n[% branches.branchcity %]\n[% branches.branchstate %]\n[% branches.branchzip %]\n[% branches.branchphone %]\n[% branches.branchillemail %]\n[% branches.branchemail %]", 'email', 'default'); | );
15
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_PICKUP_READY', '', 'ILL request ready for pickup', 0, "Interlibrary loan request ready for pickup", "Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nThe Interlibrary loans request number <<illrequests.illrequest_id>> you placed for:\n\n- <<ill_bib_title>> - <<ill_bib_author>>\n\nis ready for pick up from <<branches.branchname>>.\n\nKind Regards\n\n<<branches.branchname>>\n<<branches.branchaddress1>>\n<<branches.branchaddress2>>\n<<branches.branchaddress3>>\n<<branches.branchcity>>\n<<branches.branchstate>>\n<<branches.branchzip>>\n<<branches.branchphone>>\n<<branches.branchillemail>>\n<<branches.branchemail>>", 'sms', 'default'); | );
15
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_PICKUP_READY', '', 'ILL request ready for pickup', 0, "Interlibrary loan request ready for pickup", "Dear [% borrowers.firstname %] [% borrowers.surname %],\n\nThe Interlibrary loans request number [% illrequests.illrequest_id %] you placed for:\n\n- [% ill_bib_title %] - [% ill_bib_author %]\n\nis ready for pick up from [% branches.branchname %].\n\nKind Regards\n\n[% branches.branchname %]\n[% branches.branchaddress1 %]\n[% branches.branchaddress2 %]\n[% branches.branchaddress3 %]\n[% branches.branchcity %]\n[% branches.branchstate %]\n[% branches.branchzip %]\n[% branches.branchphone %]\n[% branches.branchillemail %]\n[% branches.branchemail %]", 'sms', 'default'); | );
16
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_UNAVAIL', '', 'ILL request unavailable', 0, "Interlibrary loan request unavailable", "Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nThe Interlibrary loans request number <<illrequests.illrequest_id>> you placed for\n\n- <<ill_bib_title>> - <<ill_bib_author>>\n\nis unfortunately unavailable.\n\nKind Regards\n\n<<branches.branchname>>\n<<branches.branchaddress1>>\n<<branches.branchaddress2>>\n<<branches.branchaddress3>>\n<<branches.branchcity>>\n<<branches.branchstate>>\n<<branches.branchzip>>\n<<branches.branchphone>>\n<<branches.branchillemail>>\n<<branches.branchemail>>", 'sms', 'default'); | );
16
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_UNAVAIL', '', 'ILL request unavailable', 0, "Interlibrary loan request unavailable", "Dear [% borrowers.firstname %] [% borrowers.surname %],\n\nThe Interlibrary loans request number [% illrequests.illrequest_id %] you placed for\n\n- [% ill_bib_title %] - [% ill_bib_author %]\n\nis unfortunately unavailable.\n\nKind Regards\n\n[% branches.branchname %]\n[% branches.branchaddress1 %]\n[% branches.branchaddress2 %]\n[% branches.branchaddress3 %]\n[% branches.branchcity %]\n[% branches.branchstate %]\n[% branches.branchzip %]\n[% branches.branchphone %]\n[% branches.branchillemail %]\n[% branches.branchemail %]", 'sms', 'default'); | );
17
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_CANCEL', '', 'ILL request cancelled', 0, "Interlibrary loan request cancelled", "The patron for interlibrary loans request <<illrequests.illrequest_id>>, with the following details, has requested cancellation of this ILL request:\n\n<<ill_full_metadata>>", 'sms', 'default'); | );
17
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_CANCEL', '', 'ILL request cancelled', 0, "Interlibrary loan request cancelled", "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has requested cancellation of this ILL request:\n\n[% ill_full_metadata %]", 'sms', 'default'); | );
18
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_MODIFIED', '', 'ILL request modified', 0, "Interlibrary loan request modified", "The patron for interlibrary loans request <<illrequests.illrequest_id>>, with the following details, has modified this ILL request:\n\n<<ill_full_metadata>>", 'sms', 'default'); | );
18
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_REQUEST_MODIFIED', '', 'ILL request modified', 0, "Interlibrary loan request modified", "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has modified this ILL request:\n\n[% ill_full_metadata %]", 'sms', 'default'); | );
19
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_PARTNER_REQ', '', 'ILL request to partners', 0, "Interlibrary loan request to partners", "Dear Sir/Madam,\n\nWe would like to request an interlibrary loan for a title matching the following description:\n\n<<ill_full_metadata>>\n\nPlease let us know if you are able to supply this to us.\n\nKind Regards\n\n<<branches.branchname>>\n<<branches.branchaddress1>>\n<<branches.branchaddress2>>\n<<branches.branchaddress3>>\n<<branches.branchcity>>\n<<branches.branchstate>>\n<<branches.branchzip>>\n<<branches.branchphone>>\n<<branches.branchillemail>>\n<<branches.branchemail>>", 'sms', 'default'); | );
19
    $dbh->do( q| INSERT IGNORE INTO letter(module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('ill', 'ILL_PARTNER_REQ', '', 'ILL request to partners', 0, "Interlibrary loan request to partners", "Dear Sir/Madam,\n\nWe would like to request an interlibrary loan for a title matching the following description:\n\n[% ill_full_metadata %]\n\nPlease let us know if you are able to supply this to us.\n\nKind Regards\n\n[% branches.branchname %]\n[% branches.branchaddress1 %]\n[% branches.branchaddress2 %]\n[% branches.branchaddress3 %]\n[% branches.branchcity %]\n[% branches.branchstate %]\n[% branches.branchzip %]\n[% branches.branchphone %]\n[% branches.branchillemail %]\n[% branches.branchemail %]", 'sms', 'default'); | );
20
    # Add patron messaging preferences
20
    # Add patron messaging preferences
21
    $dbh->do( q| INSERT IGNORE INTO message_attributes (message_name, takes_days) VALUES ('Ill_ready', 0); | );
21
    $dbh->do( q| INSERT IGNORE INTO message_attributes (message_name, takes_days) VALUES ('Ill_ready', 0); | );
22
    my $ready_id = $dbh->{mysql_insertid};
22
    my $ready_id = $dbh->{mysql_insertid};
(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-1 / +232 lines)
Lines 659-664 tables: Link Here
659
            - ""
659
            - ""
660
            - "<order>Ordernumber <<aqorders.ordernumber>> (<<biblio.title>>) (<<aqorders.quantity>> ordered) ($<<aqorders.listprice>> each) has not been received.</order>"
660
            - "<order>Ordernumber <<aqorders.ordernumber>> (<<biblio.title>>) (<<aqorders.quantity>> ordered) ($<<aqorders.listprice>> each) has not been received.</order>"
661
661
662
        - module: ill
663
          code: ILL_PICKUP_READY
664
          branchcode: ""
665
          name: "ILL request ready for pickup"
666
          is_html: 0
667
          title: "Interlibrary loan request ready for pickup"
668
          message_transport_type: email
669
          lang: default
670
          content:
671
            - "Dear [% borrowers.firstname %] [% borrowers.surname %],"
672
            - ""
673
            - "The Interlibrary loans request number [% illrequests.illrequest_id %] you placed for:"
674
            - ""
675
            - "- [% ill_bib_title %] - [% ill_bib_author %]"
676
            - ""
677
            - "is ready for pick up from [% branches.branchname %]."
678
            - ""
679
            - "Kind Regards"
680
            - ""
681
            - "[% branches.branchname %]"
682
            - "[% branches.branchaddress1 %]"
683
            - "[% branches.branchaddress2 %]"
684
            - "[% branches.branchaddress3 %]"
685
            - "[% branches.branchcity %]"
686
            - "[% branches.branchstate %]"
687
            - "[% branches.branchzip %]"
688
            - "[% branches.branchphone %]"
689
            - "[% branches.branchillemail %]"
690
            - "[% branches.branchemail %]"
691
692
        - module: ill
693
          code: ILL_REQUEST_UNAVAIL
694
          branchcode: ""
695
          name: "ILL request unavailable"
696
          is_html: 0
697
          title: "Interlibrary loan request unavailable"
698
          message_transport_type: email
699
          lang: default
700
          content:
701
            - "Dear [% borrowers.firstname %] [% borrowers.surname %],"
702
            - ""
703
            - "The Interlibrary loans request number [% illrequests.illrequest_id %] you placed for"
704
            - ""
705
            - "- [% ill_bib_title %] - [% ill_bib_author %]"
706
            - ""
707
            - "is unfortunately unavailable."
708
            - ""
709
            - "Kind Regards"
710
            - ""
711
            - "[% branches.branchname %]"
712
            - "[% branches.branchaddress1 %]"
713
            - "[% branches.branchaddress2 %]"
714
            - "[% branches.branchaddress3 %]"
715
            - "[% branches.branchcity %]"
716
            - "[% branches.branchstate %]"
717
            - "[% branches.branchzip %]"
718
            - "[% branches.branchphone %]"
719
            - "[% branches.branchillemail %]"
720
            - "[% branches.branchemail %]"
721
722
        - module: ill
723
          code: ILL_REQUEST_CANCEL
724
          branchcode: ""
725
          name: "ILL request cancelled"
726
          is_html: 0
727
          title: "Interlibrary loan request cancelled"
728
          message_transport_type: email
729
          lang: default
730
          content:
731
            - "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has requested cancellation of this ILL request:"
732
            - ""
733
            - "[% ill_full_metadata %]"
734
735
        - module: ill
736
          code: ILL_REQUEST_MODIFIED
737
          branchcode: ""
738
          name: "ILL request modified"
739
          is_html: 0
740
          title: "Interlibrary loan request modified"
741
          message_transport_type: email
742
          lang: default
743
          content:
744
            - "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has modified this ILL request:"
745
            - ""
746
            - "[% ill_full_metadata %]"
747
748
        - module: ill
749
          code: ILL_PARTNER_REQ
750
          branchcode: ""
751
          name: "ILL request to partners"
752
          is_html: 0
753
          title: "Interlibrary loan request to partners"
754
          message_transport_type: email
755
          lang: default
756
          content:
757
            - "Dear Sir/Madam,"
758
            - ""
759
            - "We would like to request an interlibrary loan for a title matching the following description:"
760
            - ""
761
            - "[% ill_full_metadata %]"
762
            - ""
763
            - "Please let us know if you are able to supply this to us."
764
            - ""
765
            - "Kind Regards"
766
            - ""
767
            - "[% branches.branchname %]"
768
            - "[% branches.branchaddress1 %]"
769
            - "[% branches.branchaddress2 %]"
770
            - "[% branches.branchaddress3 %]"
771
            - "[% branches.branchcity %]"
772
            - "[% branches.branchstate %]"
773
            - "[% branches.branchzip %]"
774
            - "[% branches.branchphone %]"
775
            - "[% branches.branchillemail %]"
776
            - "[% branches.branchemail %]"
777
778
        - module: ill
779
          code: ILL_PICKUP_READY
780
          branchcode: ""
781
          name: "ILL request ready for pickup"
782
          is_html: 0
783
          title: "Interlibrary loan request ready for pickup"
784
          message_transport_type: sms
785
          lang: default
786
          content:
787
            - "Dear [% borrowers.firstname %] [% borrowers.surname %],"
788
            - ""
789
            - "The Interlibrary loans request number [% illrequests.illrequest_id %] you placed for:"
790
            - ""
791
            - "- [% ill_bib_title %] - [% ill_bib_author %]"
792
            - ""
793
            - "is ready for pick up from [% branches.branchname %]."
794
            - ""
795
            - "Kind Regards"
796
            - ""
797
            - "[% branches.branchname %]"
798
            - "[% branches.branchaddress1 %]"
799
            - "[% branches.branchaddress2 %]"
800
            - "[% branches.branchaddress3 %]"
801
            - "[% branches.branchcity %]"
802
            - "[% branches.branchstate %]"
803
            - "[% branches.branchzip %]"
804
            - "[% branches.branchphone %]"
805
            - "[% branches.branchillemail %]"
806
            - "[% branches.branchemail %]"
807
808
        - module: ill
809
          code: ILL_REQUEST_UNAVAIL
810
          branchcode: ""
811
          name: "ILL request unavailable"
812
          is_html: 0
813
          title: "Interlibrary loan request unavailable"
814
          message_transport_type: sms
815
          lang: default
816
          content:
817
            - "Dear [% borrowers.firstname %] [% borrowers.surname %],"
818
            - ""
819
            - "The Interlibrary loans request number [% illrequests.illrequest_id %] you placed for"
820
            - ""
821
            - "- [% ill_bib_title %] - [% ill_bib_author %]"
822
            - ""
823
            - "is unfortunately unavailable."
824
            - ""
825
            - "Kind Regards"
826
            - ""
827
            - "[% branches.branchname %]"
828
            - "[% branches.branchaddress1 %]"
829
            - "[% branches.branchaddress2 %]"
830
            - "[% branches.branchaddress3 %]"
831
            - "[% branches.branchcity %]"
832
            - "[% branches.branchstate %]"
833
            - "[% branches.branchzip %]"
834
            - "[% branches.branchphone %]"
835
            - "[% branches.branchillemail %]"
836
            - "[% branches.branchemail %]"
837
838
        - module: ill
839
          code: ILL_REQUEST_CANCEL
840
          branchcode: ""
841
          name: "ILL request cancelled"
842
          is_html: 0
843
          title: "Interlibrary loan request cancelled"
844
          message_transport_type: sms
845
          lang: default
846
          content:
847
            - "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has requested cancellation of this ILL request:"
848
            - ""
849
            - "[% ill_full_metadata %]"
850
851
        - module: ill
852
          code: ILL_REQUEST_MODIFIED
853
          branchcode: ""
854
          name: "ILL request modified"
855
          is_html: 0
856
          title: "Interlibrary loan request modified"
857
          message_transport_type: sms
858
          lang: default
859
          content:
860
            - "The patron for interlibrary loans request [% illrequests.illrequest_id %], with the following details, has modified this ILL request:"
861
            - ""
862
            - "[% ill_full_metadata %]"
863
864
        - module: ill
865
          code: ILL_PARTNER_REQ
866
          branchcode: ""
867
          name: "ILL request to partners"
868
          is_html: 0
869
          title: "Interlibrary loan request to partners"
870
          message_transport_type: sms
871
          lang: default
872
          content:
873
            - "Dear Sir/Madam,"
874
            - ""
875
            - "We would like to request an interlibrary loan for a title matching the following description:"
876
            - ""
877
            - "[% ill_full_metadata %]"
878
            - ""
879
            - "Please let us know if you are able to supply this to us."
880
            - ""
881
            - "Kind Regards"
882
            - ""
883
            - "[% branches.branchname %]"
884
            - "[% branches.branchaddress1 %]"
885
            - "[% branches.branchaddress2 %]"
886
            - "[% branches.branchaddress3 %]"
887
            - "[% branches.branchcity %]"
888
            - "[% branches.branchstate %]"
889
            - "[% branches.branchzip %]"
890
            - "[% branches.branchphone %]"
891
            - "[% branches.branchillemail %]"
892
            - "[% branches.branchemail %]"
893
662
        - module: members
894
        - module: members
663
          code: ACCTDETAILS
895
          code: ACCTDETAILS
664
          branchcode: ""
896
          branchcode: ""
665
- 

Return to bug 22818