';
// Show object lines
diff --git a/htdocs/compta/bank/various_payment/index.php b/htdocs/compta/bank/various_payment/index.php
index db668b47eef..ce321e00f34 100644
--- a/htdocs/compta/bank/various_payment/index.php
+++ b/htdocs/compta/bank/various_payment/index.php
@@ -232,7 +232,7 @@ if ($result)
if (! empty($conf->banque->enabled))
{
print '';
- if ($obj->fk_bank > 0)
+ if ($obj->bid > 0)
{
$accountstatic->id=$obj->bid;
$accountstatic->ref=$obj->bref;
diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
index d2617d55429..cb1b1fd1e77 100644
--- a/htdocs/compta/facture/card.php
+++ b/htdocs/compta/facture/card.php
@@ -4087,7 +4087,7 @@ else if ($id > 0 || ! empty($ref))
include DOL_DOCUMENT_ROOT . '/core/tpl/ajaxrow.tpl.php';
}
- print '';
+ print ' ';
print ' ';
// Show object lines
diff --git a/htdocs/compta/facture/fiche-rec.php b/htdocs/compta/facture/fiche-rec.php
index 17cc14eba84..deffb252d9c 100644
--- a/htdocs/compta/facture/fiche-rec.php
+++ b/htdocs/compta/facture/fiche-rec.php
@@ -1097,6 +1097,7 @@ if ($action == 'create')
/*
* Invoice lines
*/
+ print '';
print ' ';
// Show object lines
if (! empty($object->lines))
@@ -1108,6 +1109,7 @@ if ($action == 'create')
}
print " \n";
+ print ' ';
print '';
@@ -1515,6 +1517,7 @@ else
include DOL_DOCUMENT_ROOT . '/core/tpl/ajaxrow.tpl.php';
}
+ print ' ';
print ' ';
// Show object lines
if (! empty($object->lines))
@@ -1538,6 +1541,7 @@ else
}
print " \n";
+ print ' ';
print "\n";
diff --git a/htdocs/contrat/card.php b/htdocs/contrat/card.php
index 02970135b76..8c8a3c2fc11 100644
--- a/htdocs/contrat/card.php
+++ b/htdocs/contrat/card.php
@@ -1994,7 +1994,7 @@ else
';
- print ' ';
+ print ' ';
print ' '; // Array with (n*2)+1 lines
// Trick to not show product entries
diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php
index ecae12d260f..c00249dc8c5 100644
--- a/htdocs/fourn/commande/card.php
+++ b/htdocs/fourn/commande/card.php
@@ -2132,7 +2132,7 @@ elseif (! empty($object->id))
include DOL_DOCUMENT_ROOT . '/core/tpl/ajaxrow.tpl.php';
}
- print '';
+ print ' ';
print ' ';
// Add free products/services form
diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php
index a309c47f3c7..3c257c9d4e5 100644
--- a/htdocs/fourn/facture/card.php
+++ b/htdocs/fourn/facture/card.php
@@ -2620,7 +2620,7 @@ else
include DOL_DOCUMENT_ROOT . '/core/tpl/ajaxrow.tpl.php';
}
- print '';
+ print ' ';
print ' ';
global $forceall, $senderissupplier, $dateSelector, $inputalsopricewithtax;
diff --git a/htdocs/supplier_proposal/card.php b/htdocs/supplier_proposal/card.php
index af192c63d1c..e76306fe983 100644
--- a/htdocs/supplier_proposal/card.php
+++ b/htdocs/supplier_proposal/card.php
@@ -1619,7 +1619,7 @@ if ($action == 'create')
include DOL_DOCUMENT_ROOT . '/core/tpl/ajaxrow.tpl.php';
}
- print '';
+ print ' ';
print ' ';
// Add free products/services form
|