mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
* NEW: adding tms and datec to email templates * Escaping a timestamp string I just generated myself * switching single and double quotes in escape line for tms and datec to make the build system happy? * Add an id to the table * showing better names than tms and datec * Changing code to label to fix #29116 * using hregis advice to use idate not escape the string with date * requested changes * forgot to add my name to editors * had to make class changes for API to work * setting datec back to int|string * removing unused code lines and using idate in the api file * no tms in create or update, but select. No datec in update * expanding hurl tests to prevent post with id or tms, put with id or datec --------- Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk>