From 4d74d17419b99ef733e7e8f773cdf8ff1d42ee7b Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Sun, 6 Oct 2013 10:52:43 -0400 Subject: [PATCH] Do not expose the void payment in the user interface. Things will get too complicated if void payments are applied ad hoc to transactions. Staff should still use the existing void interface so that void payments will get linked to individual billings. If not, "unvoiding" a bill becomes nearly impossibl. Signed-off-by: Jason Stephenson --- Open-ILS/web/opac/locale/en-US/lang.dtd | 1 - Open-ILS/xul/staff_client/server/patron/bill2.xul | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index d787753d12..c3c6cf020d 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -3373,7 +3373,6 @@ - diff --git a/Open-ILS/xul/staff_client/server/patron/bill2.xul b/Open-ILS/xul/staff_client/server/patron/bill2.xul index 83dcabc5bb..b0135b4bd9 100644 --- a/Open-ILS/xul/staff_client/server/patron/bill2.xul +++ b/Open-ILS/xul/staff_client/server/patron/bill2.xul @@ -101,8 +101,7 @@ - - + -- 2.11.0