0002452: C0CARD : détail attribut
This commit is contained in:
parent
c505953687
commit
6e976e4a68
4 changed files with 10 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ try
|
|||
}
|
||||
catch (Exception $ex)
|
||||
{
|
||||
record_log("ACA01".$ex->getMessage().$ex->getTraceAsString());
|
||||
record_log($ex);
|
||||
}
|
||||
|
||||
if ($action=="enable_search")
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
global $version_noalyss;
|
||||
// version
|
||||
define('NOALYSS_VERSION', 10100 );
|
||||
define('NOALYSS_VERSION', 10200 );
|
||||
|
||||
// Database schema version
|
||||
define("DBVERSION", 207);
|
||||
|
|
|
|||
|
|
@ -1180,7 +1180,7 @@ function check()
|
|||
function input()
|
||||
{
|
||||
$nb_order=count($this->a_order);
|
||||
echo "<table>";
|
||||
echo "<table style=\"width:100%\">";
|
||||
for ($i=0; $i<$nb_order; $i++)
|
||||
{
|
||||
echo "<tr>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue