/[dolibarr]/dolibarr/htdocs/compta/bank/virement.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/bank/virement.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by rodolphe, Sat Aug 6 23:23:05 2005 UTC revision 1.25 by ccomb, Mon Aug 15 10:38:09 2005 UTC
# Line 73  if ($_POST["action"] == 'add') Line 73  if ($_POST["action"] == 'add')
73              $accountto=new Account($db);              $accountto=new Account($db);
74              $accountto->fetch($_POST["account_to"]);              $accountto->fetch($_POST["account_to"]);
75    
76              $mesg.="<div class=\"ok\"><b>Votre virement entre <a href=\"account.php?account=".$accountfrom->id."\">".$accountfrom->label."</a> et <a href=\"account.php?account=".$accountto->id."\">".$accountto->label."</a> de ".$amount." ".$langs->trans("Currency".$conf->monnaie)." a été crée.</b></div>";              $mesg.="<div class=\"ok\"><b>Le virement depuis «&nbsp;<a href=\"account.php?account=".$accountfrom->id."\">".$accountfrom->label."</a>&nbsp;» vers «&nbsp;<a href=\"account.php?account=".$accountto->id."\">".$accountto->label."</a>&nbsp;» de ".$amount." ".$langs->trans("Currency".$conf->monnaie)." a été créé.</b></div>";
77          }          }
78        else {        else {
79            dolibarr_print_error($db);            dolibarr_print_error($db);
80          }          }
81    } else {    } else {
82        $mesg.="<div class=\"error\"><b>Un libellé de virement et un montant non nul est obligatoire.</b></div>";        $mesg.="<div class=\"error\"><b>Un libellé de virement et un montant non nul sont obligatoires.</b></div>";
83    }    }
84  }  }
85    

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26