Merged revisions 4060-4063 via svnmerge from
svn+ssh://danydb@svn/svn/phpcompta/branches/rel550 ........ r4060 | danydb | 2011-03-31 00:56:29 +0200 (Thu, 31 Mar 2011) | 2 lines fix problem with password reinit ........ r4061 | danydb | 2011-04-05 22:23:36 +0200 (Tue, 05 Apr 2011) | 2 lines fix problem with act2 ........ r4062 | danydb | 2011-04-05 22:34:13 +0200 (Tue, 05 Apr 2011) | 2 lines #248 Fix problem with payment with sales ........ r4063 | danydb | 2011-04-06 18:25:05 +0200 (Wed, 06 Apr 2011) | 2 lines #247 Bug in invoice generating ........
This commit is contained in:
parent
7614caceb2
commit
440e736f31
3 changed files with 4 additions and 4 deletions
|
|
@ -222,7 +222,7 @@ if ( $sub_action == "save_action_st2" )
|
|||
|
||||
// insert into action_gestion
|
||||
echo $act->save();
|
||||
$url="?$base&sa=detail&ag_id=".$act2->ag_id.'&'.dossier::get();
|
||||
$url="?$base&sa=detail&ag_id=".$act->ag_id.'&'.dossier::get();
|
||||
echo '<p><a class="mtitle" href="'.$url.'">'.hb('Action Sauvée : '.$act->ag_ref).'</a></p>';
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue