suggestion text for REFUND_EXCEEDS_DESK_PAYMENTS
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 30 Jan 2007 16:57:29 +0000 (16:57 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 30 Jan 2007 16:57:29 +0000 (16:57 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6831 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index cf107b9..413d80f 100644 (file)
@@ -557,7 +557,7 @@ patron.bills.prototype = {
                        if (typeof robj.ilsevent != 'undefined') {
                                switch(robj.ilsevent) {
                                        case 0 /* SUCCESS */ : return true; break;
-                                       case 1226 /* REFUND_EXCEEDS_DESK_PAYMENTS */ : alert(robj.desc); return false; break;
+                                       case 1226 /* REFUND_EXCEEDS_DESK_PAYMENTS */ : alert(robj.desc + '\n\nAnother way to "zero" this transaction is to use Add Billing and add a misc bill to counter the negative balance.'); return false; break;
                                        default: throw(robj); break;
                                }
                        }