From: phasefx Date: Fri, 8 Apr 2011 18:22:27 +0000 (+0000) Subject: For transit_slip template, %item_title%, %item_barcode%, etc. need to be in the Heade... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=34a29984b73417b3ed1ca107c624279af8526437;p=evergreen%2Fpines.git For transit_slip template, %item_title%, %item_barcode%, etc. need to be in the Header, not the Line Item git-svn-id: svn://svn.open-ils.org/ILS/trunk@20027 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js b/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js index e66fd4a75a..f675cbe029 100644 --- a/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js +++ b/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js @@ -419,8 +419,8 @@ OpenILS.data.prototype = { }, 'transit_slip' : { 'type' : 'transits', - 'header' : 'This item needs to be routed to %route_to%:
\r\n%route_to_org_fullname%
\r\n%street1%
\r\n%street2%
\r\n%city_state_zip%
\r\n
\r\n', - 'line_item' : 'Barcode: %item_barcode%
\r\nTitle: %item_title%
\r\nAuthor: %item_author%
\r\n
\r\n', + 'header' : 'This item needs to be routed to %route_to%:
\r\n%route_to_org_fullname%
\r\n%street1%
\r\n%street2%
\r\n%city_state_zip%
\r\n
\r\nBarcode: %item_barcode%
\r\nTitle: %item_title%
\r\nAuthor: %item_author%
\r\n
\r\n', + 'line_item' : '', 'footer' : 'Slip Date: %TODAY_TRIM%
\r\nPrinted by %STAFF_FIRSTNAME% at %SHORTNAME%
\r\n
\r\n' }, 'hold_transit_slip' : {