diff --git a/htdocs/comm/remise.php b/htdocs/comm/remise.php
index 56b3009298d..87ff6488ecc 100644
--- a/htdocs/comm/remise.php
+++ b/htdocs/comm/remise.php
@@ -184,7 +184,7 @@ if ($socid > 0)
$tag = !$tag;
print '
';
print '| '.dol_print_date($db->jdate($obj->dc),"dayhour").' | ';
- print ''.price2num($obj->remise_percent).'% | ';
+ print ''.price2num($obj->remise_client).'% | ';
print ''.$obj->note.' | ';
print ''.img_object($langs->trans("ShowUser"),'user').' '.$obj->login.' | ';
print '
';