diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 23e4f3b52..9e606110d 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -2071,6 +2071,9 @@ margin-left: 2px;
li.tabs_selected {
padding: 12px 15px 15px 15px;
}
+ li.tabs-width11 {
+ min-width: 7rem;
+ }
}
.inner_box li.tabs {
@@ -2092,6 +2095,7 @@ ul.tabs a:hover {
display:inline;
background-color: lightblue;
}
+
/*
* ????
*/
diff --git a/include/category_card.inc.php b/include/category_card.inc.php
index 7ef76e00c..afc063003 100644
--- a/include/category_card.inc.php
+++ b/include/category_card.inc.php
@@ -89,7 +89,7 @@ echo '
';
for ($i=0; $i';
+ echo '- ';
echo '';
echo h($menu[$i]['label']);
echo '';
diff --git a/include/class/balance_age.class.php b/include/class/balance_age.class.php
index 8034edc29..53cd641ce 100644
--- a/include/class/balance_age.class.php
+++ b/include/class/balance_age.class.php
@@ -34,7 +34,7 @@ class Balance_Age
{
private $cn;
-
+ public $afiche;
function __construct($p_cn)
{
$this->cn=$p_cn;
diff --git a/include/class/fiche.class.php b/include/class/fiche.class.php
index c40f010cb..e8a314a84 100644
--- a/include/class/fiche.class.php
+++ b/include/class/fiche.class.php
@@ -47,6 +47,8 @@ class Fiche
private $display_mode ; /*!< how the card is displaid */
var $tot_cred;
var $tot_deb;
+ var $ledger_name; ///!< this variable is a mistake, it shouldn't exist, need code rewrite
+ var $ledger_description; ///!< this variable is a mistake, it shouldn't exist, need code rewrite
function __construct($p_cn,$p_id=0)
{
diff --git a/include/class/lettering.class.php b/include/class/lettering.class.php
index 579f1fac1..33b1fc1c1 100644
--- a/include/class/lettering.class.php
+++ b/include/class/lettering.class.php
@@ -48,7 +48,8 @@ class Lettering
var $start;
var $end;
var $sql_ledger;
-
+ var $object_type;
+ var $content;
/**
* constructor
* @param $p_init resource to database
@@ -483,7 +484,7 @@ class Lettering
*/
class Lettering_Account extends Lettering
{
-
+ var $account;
function __construct($p_init, $p_account=null)
{
parent::__construct($p_init);
@@ -673,6 +674,7 @@ class Lettering_Card extends Lettering
* @param $p_init db resource
* @param $p_qcode quick_code of the jrnx.j_id
*/
+ public $quick_code;
function __construct($p_init, $p_qcode=null)
{
parent::__construct($p_init);
diff --git a/include/template/follow_up-display.php b/include/template/follow_up-display.php
index 4a90ed0ec..7a2f54693 100644
--- a/include/template/follow_up-display.php
+++ b/include/template/follow_up-display.php
@@ -548,7 +548,7 @@ catch(exception) { alert('