Explorar o código

monthdatefield

zhuth %!s(int64=7) %!d(string=hai) anos
pai
achega
39203f8afd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/saas-web/app/view/core/form/field/Month.js

+ 1 - 1
frontend/saas-web/app/view/core/form/field/Month.js

@@ -84,7 +84,7 @@ Ext.define('saas.view.core.form.field.Month', {
                     return;
                 }
             }
-            this.setValue(year + month);
+            this.setValue(year + '' + month);
         }
         me.onSelect();
     },