From: phasefx Date: Sun, 16 Jul 2006 05:48:24 +0000 (+0000) Subject: hide item summary on grocery bills X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d619f1c120ca7f51eaf13a7b2b2da9f1fcf4f760;p=Evergreen.git hide item summary on grocery bills git-svn-id: svn://svn.open-ils.org/ILS/trunk@5022 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/bill_history.xul b/Open-ILS/xul/staff_client/server/patron/bill_history.xul index 3328d28c62..9a00e9fcda 100644 --- a/Open-ILS/xul/staff_client/server/patron/bill_history.xul +++ b/Open-ILS/xul/staff_client/server/patron/bill_history.xul @@ -115,6 +115,7 @@ $('checked_out').value = ''; $('checked_in').value = ''; $('due').value = ''; + $('copy_summary').hidden=true; g.network.simple_request('FM_CIRC_RETRIEVE_VIA_ID', [ ses(), g.mbts_id ], function (req) {