Fix price2num on all GETPOST('remise_percent')

This commit is contained in:
Laurent Destailleur
2021-01-31 12:48:40 +01:00
parent b24aac1e6b
commit 7887d4cc8e
13 changed files with 87 additions and 92 deletions

View File

@@ -514,9 +514,9 @@ function dol_get_last_day($year, $month = 12, $gm = false)
}
/**
* Return GMT time for last hour of a given GMT date (it removes hours, min and second part)
* Return GMT time for last hour of a given GMT date (it replaces hours, min and second part to 23:59:59)
*
* @param int $date Date
* @param int $date Date GMT
* @return int Date for last hour of a given date
*/
function dol_get_last_hour($date)