diff --git a/include/template/param_jrn.php b/include/template/param_jrn.php
index 7833a1aa9..88b069817 100644
--- a/include/template/param_jrn.php
+++ b/include/template/param_jrn.php
@@ -133,10 +133,10 @@ echo $str_add_button;
|
- Services, fournitures ou biens achetés (D)
+
|
- Fournisseurs (C)
+
|
@@ -162,7 +162,7 @@ echo $str_add_button;
}
}
echo '';
- printf ('| %s | ',
+ printf (' %s | ',
$res['fd_id'],$CHECKED,$res['fd_label']);
$CHECKED=" unchecked";
foreach ( $rcred as $element) {
@@ -171,7 +171,7 @@ echo $str_add_button;
break;
}
}
- printf (' %s | ',
+ printf (' %s | ',
$res['fd_id'],$CHECKED,$res['fd_label']);
echo '
';
}
@@ -191,10 +191,10 @@ echo $str_add_button;
|
- Clients (C)
+
|
- Services, fournitures ou biens vendus (D)
+
|
@@ -220,7 +220,7 @@ echo $str_add_button;
}
}
echo '';
- printf ('| %s | ',
+ printf (' %s | ',
$res['fd_id'],$CHECKED,$res['fd_label']);
$CHECKED=" unchecked";
foreach ( $rcred as $element) {
@@ -229,7 +229,7 @@ echo $str_add_button;
break;
}
}
- printf (' %s | ',
+ printf (' %s | ',
$res['fd_id'],$CHECKED,$res['fd_label']);
echo '
';
}
@@ -248,7 +248,7 @@ echo $str_add_button;
|
- Fiches utilisables (D/C)
+
|
@@ -273,7 +273,7 @@ echo $str_add_button;
}
}
echo '';
- printf ('| %s | ',
+ printf (' %s | ',
$res['fd_id'],$CHECKED,$res['fd_label']);
$CHECKED=" unchecked";
foreach ( $rcred as $element) {
@@ -324,7 +324,7 @@ echo $str_add_button;
}
}
echo '
';
- printf ('| %s | ',
+ printf (' %s | ',
$res['fd_id'],$CHECKED,$res['fd_label']);
$CHECKED=" unchecked";
foreach ( $rcred as $element) {