From: Jason Etheridge Date: Fri, 23 Sep 2011 18:17:02 +0000 (-0400) Subject: we need %mbts_xact_start% for both the bills_current and bills_historical receipt... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d24a63f7f69b568c812465dd850a159731b09fb7;p=evergreen%2Fequinox.git we need %mbts_xact_start% for both the bills_current and bills_historical receipt templates Signed-off-by: Jason Etheridge --- 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 f89cdc8c86..73fbc61b52 100644 --- a/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js +++ b/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js @@ -376,13 +376,13 @@ OpenILS.data.prototype = { 'bills_historical' : { 'type' : 'bills', 'header' : 'Welcome to %LIBRARY%!
You had the following bills:
    ', - 'line_item' : '
    Bill #%mbts_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 #%mbts_id% %title%
    Date:%mbts_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_current' : { 'type' : 'bills', 'header' : 'Welcome to %LIBRARY%!
You have the following bills:
    ', - 'line_item' : '
    Bill #%mbts_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%

    ', + 'line_item' : '
    Bill #%mbts_id%
    Date:%mbts_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' }, 'offline_checkin' : {