[open-ils-commits] r20027 - trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Apr 8 14:22:31 EDT 2011
Author: phasefx
Date: 2011-04-08 14:22:27 -0400 (Fri, 08 Apr 2011)
New Revision: 20027
Modified:
trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js
Log:
For transit_slip template, %item_title%, %item_barcode%, etc. need to be in the Header, not the Line Item
Modified: trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js 2011-04-08 17:01:17 UTC (rev 20026)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js 2011-04-08 18:22:27 UTC (rev 20027)
@@ -419,8 +419,8 @@
},
'transit_slip' : {
'type' : 'transits',
- 'header' : 'This item needs to be routed to <b>%route_to%</b>:<br/>\r\n%route_to_org_fullname%<br/>\r\n%street1%<br/>\r\n%street2%<br/>\r\n%city_state_zip%<br/>\r\n<br/>\r\n',
- 'line_item' : 'Barcode: %item_barcode%<br/>\r\nTitle: %item_title%<br/>\r\nAuthor: %item_author%<br>\r\n<br/>\r\n',
+ 'header' : 'This item needs to be routed to <b>%route_to%</b>:<br/>\r\n%route_to_org_fullname%<br/>\r\n%street1%<br/>\r\n%street2%<br/>\r\n%city_state_zip%<br/>\r\n<br/>\r\nBarcode: %item_barcode%<br/>\r\nTitle: %item_title%<br/>\r\nAuthor: %item_author%<br>\r\n<br/>\r\n',
+ 'line_item' : '',
'footer' : 'Slip Date: %TODAY_TRIM%<br/>\r\nPrinted by %STAFF_FIRSTNAME% at %SHORTNAME%<br/>\r\n<br/>\r\n'
},
'hold_transit_slip' : {
More information about the open-ils-commits
mailing list