remove debugging alert
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 22 Sep 2009 03:54:02 +0000 (03:54 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 22 Sep 2009 03:54:02 +0000 (03:54 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14081 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/patron/standing_penalties.js

index 483e2f9..95ed7d5 100644 (file)
@@ -342,7 +342,6 @@ function handle_archive_penalty(ev) {
             for (var i = 0; i < ids.length; i++) {
                 outstanding_requests++;
                 var penalty = util.functional.find_list( xulG.patron.standing_penalties(), function(o) { return o.id() == ids[i]; } );
-alert(js2JSON(penalty));
                 penalty.ischanged( 1 );
                 penalty.stop_date( util.date.formatted_date(new Date(),'%F') );
                 dojo.require('openils.PermaCrud');