diff --git a/doc/developper/account_repository.html b/doc/developper/account_repository.html index baf135f99..a7101f765 100644 --- a/doc/developper/account_repository.html +++ b/doc/developper/account_repository.html @@ -111,7 +111,7 @@
-
Dumped on 2006-09-26
Dumped on 2006-10-07
Dumped on 2006-09-26
Dumped on 2006-10-07
- Index - - Schema public -
- -| F-Key | -Name | -Type | -Description | -
|---|---|---|---|
| - - | -j_deb | -double precision | -- - - - - - - | -
| - - | -jr_montant | -double precision | -- - - - - - - | -
| - - | -jr_grpt_id | -integer | -- - - - - - - | -
Table temporaire pour l'importation des banques en format CSV
-| - NOT NULL + @@ -2230,7 +2141,7 @@ | - NOT NULL + @@ -2246,7 +2157,7 @@ | - NOT NULL + @@ -2258,11 +2169,11 @@ | montant | -numeric(20,4) | +text | - NOT NULL + @@ -2353,13 +2264,13 @@ | - | bq_account | -integer | +status | +character varying(1) | NOT NULL - + DEFAULT 'n'::character varying | @@ -2369,7 +2280,7 @@- | jrn | +bq_account | integer | @@ -2385,15 +2296,31 @@ | - | status | -character varying(1) | +jrn | +integer | ++ + + NOT NULL + + + + | + + +
| + + | +jr_rapt | +text |
- DEFAULT 'n'::character varying
+
- Status doit être w pour en attente, t pour transfèrer ou d à effacer + |
| chk_status | -CHECK ((((((status)::text = 'n'::text) OR ((status)::text = 'w'::text)) OR ((status)::text = 'd'::text)) OR ((status)::text = 't'::text))) | +import_tmp_status_check | +CHECK ((((((status)::text = 't'::text) OR ((status)::text = 'd'::text)) OR ((status)::text = 'w'::text)) OR ((status)::text = 'n'::text))) |
+ Index - + Schema public +
+ +| F-Key | +Name | +Type | +Description | +
|---|---|---|---|
| + + | +count | +bigint | ++ + + + + + + | +
plpgsql_validator-
Il est conseillé de ne PAS utiliser Internet Explorer.
diff --git a/include/action.inc.php b/include/action.inc.php index a08bd6b74..c60406e80 100644 --- a/include/action.inc.php +++ b/include/action.inc.php @@ -165,6 +165,8 @@ if ( $sub_action=="update" ) $act->qcode_dest=$_POST['qcode_dest']; $act->ag_title=$_POST['ag_title']; $act->d_id=(isset($_POST['d_id']))?$_POST['d_id']:0; + $act->ag_ref_ag_id=(isset($_POST['ag_ref_ag_id']))?$_POST['ag_ref_ag_id']:0; + if ( $act->Update() == false ) { $sub_action="detail"; } diff --git a/include/class_action.php b/include/class_action.php index ffa6f06e1..5bd3f5055 100644 --- a/include/class_action.php +++ b/include/class_action.php @@ -26,20 +26,22 @@ require_once("user_common.php"); /*!\file * \brief class_action for manipulating actions * action can be : - * - an invoice - * - a meeting - * - an order - * - a letter - * + *