From: phasefx Date: Mon, 10 Dec 2007 21:20:29 +0000 (+0000) Subject: oops, that was from testing. I'll get titles to print in Alt View and Bill History... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e6e19ead2641559fb94eee864df1a120c3fc5c8f;p=Evergreen.git oops, that was from testing. I'll get titles to print in Alt View and Bill History later git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@8192 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 6b0d6a5005..c6e1159f23 100644 --- a/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js +++ b/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js @@ -302,7 +302,7 @@ OpenILS.data.prototype = { 'bills_current' : { 'type' : 'bills', 'header' : 'Welcome to %LIBRARY%!
You have the following bills:
    ', - 'line_item' : '
    Bill #%id% %title%
    Date:%xact_start%
    Type:%xact_type%
    Last Billing:%last_billing_type%
    %last_billing_note%
    Total Billed:$%total_owed%
    Last Payment:%last_payment_type%
    %last_payment_note%
    Total Paid:$%total_paid%
    Balance:$%balance_owed%

    ', + 'line_item' : '
    Bill #%id%
    Date:%xact_start%
    Type:%xact_type%
    Last Billing:%last_billing_type%
    %last_billing_note%
    Total Billed:$%total_owed%
    Last Payment:%last_payment_type%
    %last_payment_note%
    Total Paid:$%total_paid%
    Balance:$%balance_owed%

    ', 'footer' : '

%SHORTNAME% %TODAY_TRIM%
\r\n
\r\n', }, 'bills_main_view' : {