diff --git a/htdocs/core/tpl/freeproductline_view.tpl.php b/htdocs/core/tpl/freeproductline_view.tpl.php
index 3be16527611..ceb517fbc9a 100644
--- a/htdocs/core/tpl/freeproductline_view.tpl.php
+++ b/htdocs/core/tpl/freeproductline_view.tpl.php
@@ -21,7 +21,7 @@
-
id.' '.$bc[$var]; ?>>
+
id.'" '.$bc[$var]; ?>>
|
info_bits & 2) == 2) { ?>
@@ -50,20 +50,20 @@
|
tva_tx,'%',$line->info_bits); ?> |
-
+
subprice); ?> |
info_bits & 2) != 2) && $line->special_code != 3) echo $line->qty;
else echo ' '; ?>
|
-
+
remise_percent) && $line->special_code != 3) { ?>
remise_percent,$langs); ?> |
|
-
+
special_code == 3) { ?>
trans('Option'); ?> |
@@ -79,13 +79,13 @@
-
+
id.'&action=ask_deleteline&lineid='.$line->id; ?>">
|
-
+
1) { ?>
0) { ?>
diff --git a/htdocs/core/tpl/predefinedproductline_view.tpl.php b/htdocs/core/tpl/predefinedproductline_view.tpl.php
index 4f194630551..2fce2c783cb 100644
--- a/htdocs/core/tpl/predefinedproductline_view.tpl.php
+++ b/htdocs/core/tpl/predefinedproductline_view.tpl.php
@@ -21,7 +21,7 @@
- |
id.' '.$bc[$var]; ?>>
+
id.'" '.$bc[$var]; ?>>
|
| tva_tx,'%',$line->info_bits); ?> |
-
+
subprice); ?> |
info_bits & 2) != 2) && $line->special_code != 3) echo $line->qty;
else echo ' '; ?>
|
-
+
remise_percent) && $line->special_code != 3) { ?>
remise_percent,$langs); ?> |
|
-
+
special_code == 3) { ?>
trans('Option'); ?> |
@@ -68,13 +68,13 @@
-
+
id.'&action=ask_deleteline&lineid='.$line->id; ?>">
|
-
+
1) { ?>
0) { ?>
|