forked from Wavyzz/dolibarr
Fix: timestamp field name problem
This commit is contained in:
@@ -120,7 +120,7 @@ $(document).ready(function() {
|
||||
autoSize: true,
|
||||
changeMonth: true,
|
||||
changeYear: true,
|
||||
altField: '#timeStamp',
|
||||
altField: '#timestamp',
|
||||
altFormat: '@' // Gives a timestamp dateformat
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user