2
0
forked from Wavyzz/dolibarr

Fix display Qrcode on reception pdf (#29742)

* Fix display Qrcode on reception pdf

* Fix run phan
This commit is contained in:
lamrani abdelwadoud
2024-05-22 20:31:11 +02:00
committed by GitHub
parent 6de9418302
commit 5945fd8c7f
2 changed files with 31 additions and 10 deletions

View File

@@ -4949,7 +4949,7 @@ abstract class CommonObject
* Return into unit=0, the calculated total of weight and volume of all lines * qty
* Calculate by adding weight and volume of each product line, so properties ->volume/volume_units/weight/weight_units must be loaded on line.
*
* @return array{weight:int|float,volume:int|float,ordered:int|float,toship:int|float} array('weight'=>...,'volume'=>...)
* @return array{weight:int|float,volume:int|float,ordered:int|float,toship:int|float}|array{} array('weight'=>...,'volume'=>...)
*/
public function getTotalWeightVolume()
{