| ';
if ($action == 'edit') {
print '';
@@ -255,7 +257,7 @@ if ($id > 0 && !preg_match('/^add/i', $action)) {
if ($action == 'edit') {
print '';
}
- print ' | ';
+ print ' | ';
if ($action == 'edit') {
print 'url).'">';
} else {
diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
index 89a8fe99d84..f621e9c430c 100644
--- a/htdocs/compta/facture/card.php
+++ b/htdocs/compta/facture/card.php
@@ -12,7 +12,7 @@
* Copyright (C) 2013 Jean-Francois FERRY
* Copyright (C) 2013-2014 Florian Henry
* Copyright (C) 2013 Cédric Salvador
- * Copyright (C) 2014-2019 Ferran Marcet
+ * Copyright (C) 2014-2024 Ferran Marcet
* Copyright (C) 2015-2016 Marcos García
* Copyright (C) 2018-2023 Frédéric France
* Copyright (C) 2022 Gauthier VERDOL
@@ -1662,7 +1662,7 @@ if (empty($reshook)) {
null,
0,
'',
- 1
+ (!empty($conf->global->MAIN_DEPOSIT_MULTI_TVA)?0:1)
);
}
diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php
index 32b758792c6..7148f2c4c32 100644
--- a/htdocs/core/class/commonobject.class.php
+++ b/htdocs/core/class/commonobject.class.php
@@ -7392,7 +7392,7 @@ abstract class CommonObject
$isDependList = 1;
}
$tmpselect .= (!empty($parent) ? ' parent="'.$parent.'"' : '');
- $tmpselect .= '>'.$valb.'';
+ $tmpselect .= '>'.$langs->trans($valb).'';
}
$out .= ' |
';
}
diff --git a/htdocs/fourn/paiement/list.php b/htdocs/fourn/paiement/list.php
index 466f7beaedd..79383d68e7f 100644
--- a/htdocs/fourn/paiement/list.php
+++ b/htdocs/fourn/paiement/list.php
@@ -48,6 +48,7 @@ $action = GETPOST('action', 'alpha');
$massaction = GETPOST('massaction', 'alpha');
$optioncss = GETPOST('optioncss', 'alpha');
$contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : 'vendorpaymentlist';
+$mode = GETPOST('mode', 'aZ');
$socid = GETPOSTINT('socid');
diff --git a/htdocs/takepos/css/pos.css.php b/htdocs/takepos/css/pos.css.php
index 0a9ba406ad8..28b73a5a2e0 100644
--- a/htdocs/takepos/css/pos.css.php
+++ b/htdocs/takepos/css/pos.css.php
@@ -383,7 +383,7 @@ div.paymentbordline
margin: 0 auto;
width: 100%;
height: 55%;
- overflow: hidden;
+ overflow-x: hidden;
}
.div1{