2
0
forked from Wavyzz/dolibarr

Fix: use another method

This commit is contained in:
Regis Houssin
2011-10-30 19:05:01 +01:00
parent 41f265d8be
commit a20a83fce6
36 changed files with 1 additions and 792 deletions

View File

@@ -102,6 +102,6 @@ jQuery(function($){
isRTL: false, // TODO add specific to country
showMonthAfterYear: false, // TODO add specific to country
yearSuffix: '' // TODO add specific to country
};
};
$.datepicker.setDefaults($.datepicker.regional['<?php echo $langs->defaultlang ?>']);
});