From c3bcda74f3391c1f1364267c211f3487617a9a78 Mon Sep 17 00:00:00 2001 From: Maxime Kohlhaas Date: Sat, 18 Apr 2015 19:17:05 +0200 Subject: [PATCH] Fix : unit price without tax is now subprice (not pu_ht) --- htdocs/core/tpl/objectline_view.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/tpl/objectline_view.tpl.php b/htdocs/core/tpl/objectline_view.tpl.php index f267091db40..f3131ca928a 100644 --- a/htdocs/core/tpl/objectline_view.tpl.php +++ b/htdocs/core/tpl/objectline_view.tpl.php @@ -129,7 +129,7 @@ if (empty($usemargins)) $usemargins=0; tva_tx,'%',$line->info_bits); ?> - pu_ht); ?> + subprice); ?> pu_ttc)?price($line->pu_ttc):price($line->subprice)); ?>