Mark function as deprecated #5577

This commit is contained in:
Laurent Destailleur 2016-09-02 22:13:47 +02:00
parent b107b0644f
commit eee53998ad
2 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,8 @@ Dolibarr better:
check you make a fetch on object before calling the delete.
- The old driver of "mysql" has been removed. Dolibarr use the new one (mysqli) by default.
- Remove not used function calculate_byte(). Use dol_print_size() instead.
- Function pdf_getTotalQty is now deprecated. Not used by Dolibarr core.
***** ChangeLog for 4.0.0 compared to 3.9.* *****

View File

@ -1846,6 +1846,7 @@ function pdf_getlinetotalwithtax($object,$i,$outputlangs,$hidedetails=0)
* @param string $type Type
* @param Translate $outputlangs Object langs for output
* @return integer
* @deprecated Not used by Dolibarr core, so will be removed.
*/
function pdf_getTotalQty($object,$type,$outputlangs)
{