Pman.Dialog.VerifyAccess.bjs
[Pman.Core] / Pman.Dialog.VerifyAccess.js
index d24ed4e..ef4056a 100644 (file)
@@ -271,7 +271,10 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, {
               {
                   _this.expire_dt = this;
                   
-                  this.setStartDate(new Date());
+                  var d = new Date();
+                  d.setDate(d.getDate() - 1);
+              
+                  this.setStartDate(d);
                   
                   this.el.setVisibilityMode(Roo.Element.DISPLAY);