From fba0b280a55622266da0d6273ec4f4c005778866 Mon Sep 17 00:00:00 2001 From: pines Date: Mon, 4 Sep 2006 21:29:40 +0000 Subject: [PATCH] mitigate race condition git-svn-id: svn://svn.open-ils.org/ILS/trunk@5931 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/bill_details.xul | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/xul/staff_client/server/patron/bill_details.xul b/Open-ILS/xul/staff_client/server/patron/bill_details.xul index f3ad4b48e5..22d5bdb752 100644 --- a/Open-ILS/xul/staff_client/server/patron/bill_details.xul +++ b/Open-ILS/xul/staff_client/server/patron/bill_details.xul @@ -271,6 +271,7 @@ g.data.stash('voided_billings'); } } + alert('Action completed.'); retrieve_mbts(); g.bill_list.clear(); retrieve_mb(); -- 2.43.2