Skip to content
Snippets Groups Projects
Commit 006ad4ce authored by Juanjo Menent's avatar Juanjo Menent
Browse files

FIX #6718 Bug: Discount amount is not locally formatted in CommonObject View

parent ac884ec4
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
* Copyright (C) 2014 Marcos García <marcosgdf@gmail.com>
* Copyright (C) 2015 Ferran Marcet <fmarcet@2byte.es>
* Copyright (C) 2015-2016 Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr>
* Copyright (C) 2017 Juanjo Menent <jmenent@2byte.es>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
......@@ -1439,7 +1440,7 @@ function dol_print_reduction($reduction,$langs)
}
else
{
$string = $reduction.'%';
$string = price($reduction).'%';
}
return $string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment