diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 917887c52..f18905bde 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -4391,3 +4391,10 @@ span.nb-round { .field_follow_up { background-color: var(--bg-white); } + +.inner_box textarea.itextarea, +.inner_box2 textarea.itextarea +{ + width:100%; + margin:0; +} \ No newline at end of file diff --git a/include/ajax/ajax_card_attribute.php b/include/ajax/ajax_card_attribute.php index dd2d97587..fedd227a5 100644 --- a/include/ajax/ajax_card_attribute.php +++ b/include/ajax/ajax_card_attribute.php @@ -42,7 +42,7 @@ try } catch (Exception $ex) { - record_log("ACA01".$ex->getMessage().$ex->getTraceAsString()); + record_log($ex); } if ($action=="enable_search") diff --git a/include/constant.php b/include/constant.php index fdbd0fbd1..cf9d44c1a 100644 --- a/include/constant.php +++ b/include/constant.php @@ -25,7 +25,7 @@ global $version_noalyss; // version -define('NOALYSS_VERSION', 10100 ); +define('NOALYSS_VERSION', 10200 ); // Database schema version define("DBVERSION", 207); diff --git a/include/lib/manage_table_sql.class.php b/include/lib/manage_table_sql.class.php index aeac50ed1..479cb7103 100644 --- a/include/lib/manage_table_sql.class.php +++ b/include/lib/manage_table_sql.class.php @@ -1180,7 +1180,7 @@ function check() function input() { $nb_order=count($this->a_order); - echo "