Oops, une modif qui fait du zle, on restaure la ligne d'origine.
This commit is contained in:
parent
ef6fa832b9
commit
f4c921d788
@ -198,8 +198,8 @@ if ($action == 'add_paiement')
|
||||
$fac->fetch($HTTP_POST_VARS["facid"]);
|
||||
$fac->fetch_client();
|
||||
|
||||
$label = "Réglement facture".($fac->ref?" ".$fac->ref:"")." client".($fac->client->nom?" ".$fac->client->nom:"");
|
||||
|
||||
$label = "Règlement facture";
|
||||
|
||||
//On ajoute une ligne dans la table llx_bank pour qu'ensuite on puisse rapprocher le compte !
|
||||
$acc = new Account($db, $HTTP_POST_VARS["accountid"]);
|
||||
//paiementid est correct, il contient "CHQ ou VIR par exemple"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user