missed a column, for hold Available On. the other was the (timestamp) variant
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 2 Jun 2009 19:56:10 +0000 (19:56 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 2 Jun 2009 19:56:10 +0000 (19:56 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13289 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/circ/util.js

index 89d4cce..5e753f7 100644 (file)
@@ -1345,7 +1345,7 @@ circ.util.hold_columns = function(modify,params) {
                                if (my.ahr.transit() && my.ahr.transit().dest_recv_time()) {
                                        return my.ahr.transit().dest_recv_time().toString().substr(0,10);
                                }
-                               if (my.ahr.capture_time()) {
+                               if (!my.ahr.transit() && my.ahr.capture_time()) {
                                        return my.ahr.capture_time().toString().substr(0,10);
                                }
                                return "";