Merge pull request #17882 from frederic34/patch-11

fix warning
This commit is contained in:
Laurent Destailleur 2021-06-11 18:01:20 +02:00 committed by GitHub
commit 9dbfba07e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -519,7 +519,7 @@ class DiscountAbsolute
//}
if ($multicurrency)
{
return $obj->amount_multicurrency;
return $obj->multicurrency_amount;
}
return $obj->amount;