Merge remote-tracking branch 'upstream/develop' into camelCaps2

This commit is contained in:
Frédéric FRANCE
2018-09-05 18:51:21 +02:00
21 changed files with 117 additions and 88 deletions

View File

@@ -4333,9 +4333,10 @@ class OrderLine extends CommonOrderLine
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
/**
* Update totals of order into database
* Update DB line fields total_xxx
* Used by migration
*
* @return int <0 if ko, >0 if ok
* @return int <0 if KO, >0 if OK
*/
function update_total()
{