[open-ils-commits] r16999 - trunk/Open-ILS/xul/staff_client/server/circ (gmc)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jul 21 12:00:56 EDT 2010


Author: gmc
Date: 2010-07-21 12:00:53 -0400 (Wed, 21 Jul 2010)
New Revision: 16999

Modified:
   trunk/Open-ILS/xul/staff_client/server/circ/print_list_template_editor.js
Log:
improve documentation of macros available to receipt templates

Signed-off-by: Galen Charlton <gmc at esilibrary.com>


Modified: trunk/Open-ILS/xul/staff_client/server/circ/print_list_template_editor.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/print_list_template_editor.js	2010-07-21 15:39:06 UTC (rev 16998)
+++ trunk/Open-ILS/xul/staff_client/server/circ/print_list_template_editor.js	2010-07-21 16:00:53 UTC (rev 16999)
@@ -262,8 +262,13 @@
                                             + '<h1>' 
                                             + document.getElementById('circStrings').getString('staff.circ.print_list_template.window.heading')
                                             + '</h1>'
-                                            + '<p>%SHORTNAME%, %TODAY%, %STAFF_FIRSTNAME%, %STAFF_LASTNAME%, '
-                                            + '%PATRON_FIRSTNAME%, %PATRON_ALIAS%, %PATRON_ALIAS_OR_FIRSTNAME%, %LIBRARY%</p>'
+                                            + '<p>%LIBRARY%, %SHORTNAME%, %LINE_NO%, '
+                                            + '%STAFF_FIRSTNAME%, %STAFF_LASTNAME%, %STAFF_BARCODE%, %STAFF_PROFILE%, '
+                                            + '%PATRON_FIRSTNAME%, %PATRON_ALIAS%, %PATRON_ALIAS_OR_FIRSTNAME%, %PATRON_LASTNAME%, '
+                                            + '%PATRON_BARCODE%, %patron_barcode%, '
+                                            + '%TODAY%, %TODAY_TRIM%, %TODAY_m%, %TODAY_d%, %TODAY_Y%, %TODAY_H%, %TODAY_I%, '
+                                            + '%TODAY_M%, %TODAY_D%, %TODAY_F% '
+                                            + '</p>'
                                             + '<h1>'
                                             + document.getElementById('circStrings').getFormattedString('staff.circ.print_list_template.window.template_type', [template_type])
                                             + '</h1>'



More information about the open-ils-commits mailing list