Code comment
This commit is contained in:
parent
47655f0725
commit
3d50c454c1
@ -4188,7 +4188,7 @@ class PropaleLigne extends CommonObjectLine
|
||||
* 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()
|
||||
{
|
||||
|
||||
@ -4253,9 +4253,10 @@ class OrderLine extends CommonOrderLine
|
||||
}
|
||||
|
||||
/**
|
||||
* 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()
|
||||
{
|
||||
|
||||
@ -4784,8 +4784,8 @@ class FactureLigne extends CommonInvoiceLine
|
||||
}
|
||||
|
||||
/**
|
||||
* Mise a jour en base des champs total_xxx de ligne de facture
|
||||
* TODO What is goal of this method ?
|
||||
* Update DB line fields total_xxx
|
||||
* Used by migration
|
||||
*
|
||||
* @return int <0 if KO, >0 if OK
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user