From d619f1c120ca7f51eaf13a7b2b2da9f1fcf4f760 Mon Sep 17 00:00:00 2001 From: phasefx Date: Sun, 16 Jul 2006 05:48:24 +0000 Subject: [PATCH] hide item summary on grocery bills git-svn-id: svn://svn.open-ils.org/ILS/trunk@5022 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/bill_history.xul | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.11.0