From: Bill Erickson Date: Wed, 29 Oct 2014 21:08:57 +0000 (-0400) Subject: Hides billing types and credit amount from bills2.xul screen (cherry picked from... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=05e60b46ecf189ebaea934e3a9c4760274783bc4;p=working%2FEvergreen.git Hides billing types and credit amount from bills2.xul screen (cherry picked from commit c2dc23de2385e22a17e67efef1d43f306a445e1c) Cross-port: c75b210 --- diff --git a/Open-ILS/xul/staff_client/server/skin/global_custom.css b/Open-ILS/xul/staff_client/server/skin/global_custom.css index 0e02f68bc7..e206f64bdc 100644 --- a/Open-ILS/xul/staff_client/server/skin/global_custom.css +++ b/Open-ILS/xul/staff_client/server/skin/global_custom.css @@ -1,6 +1,5 @@ - - .hide_patron_credit { display: none } .hide_patron_work{ display: none } .hide_patron_goods { display: none } +.hide_patron_credit_card{ display: none } #credit_forward { display: none;}