When I print my Overdue Letter for students from Library Pro, there appears an error in the printed copy. Rather than printing the overdue books, it prints ".begin_lo" which makes me think something is missing from the code in the letter.
I've copied and pasted below what is listed. Would you be able to tell me if anything is missed after the .begin_lo ?
.module:patron
.report_name:Overdue Letter 98
.font_sanserif
.set_margins:.5;.25;.25;.25
!setup the header
.begin_header
.set_margins:.5;.25;.25;.25
.font_style:B
.right_justify
&_Date
.line
.line
.end_header
.begin_footer
.set_margins:.5;.25;.25;.25
.line
.font_style:B
.left_justify
&_Libraryname
.right_justify
&_page
.end_footer
!setup the columns
.set_col:1;.5;1.5
.set_col:2;1.6;3;L;W
.set_col:3;3.1;6;L;W
.set_col:4;6.1;7;R
.set_col:5;6.1;7;L
!body of report
.begin_if:&PatOvrDu>0
.Set_Page:1
.wordwrap_on
.line:4
.begin_if:&PatFirst!=
&PatFirst
.end_if
&PatName
.line
&PatAddr
.line
&PatCity, &PatState &PatZip
.line:3
Dear
.begin_if:&PatFirst!=
&PatFirst
.end_if
&PatName:
.line:2
Just a friendly reminder that library books are now due back! If you are unable to locate the book and know it to be lost,
or if you're sure it has already been returned, please notify (Teacher) by returning this slip with a note from your parents/guardians (in the space below) or by emailing (Teacher Email).
.line:2
.begin_col
.font_style:UB
.col_data:1;Due Date
.col_data:2;Barcode Number
.col_data:3;Title
.col_data:4;Amount Due
.font_style:N
.end_col
.begin_lo