From 0b3698c439c1e85b6749bf2865cae831484a44a3 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 4b9e1289be..2889b7b353 100644 --- a/Open-ILS/xul/staff_client/server/patron/bill2.xul +++ b/Open-ILS/xul/staff_client/server/patron/bill2.xul @@ -106,8 +106,7 @@ - - + -- 2.11.0