From 1460a0b0f138fbf3ce7bdafc3d1d79a5db6a10a9 Mon Sep 17 00:00:00 2001 From: Francis Appels Date: Sun, 8 Jun 2014 12:36:44 +0200 Subject: [PATCH] fix: remise_client history --- htdocs/comm/remise.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '';