Task #986 - Mise à jour automatique du field Bénéficiaire lorsqu'un montant est lettré dans Import Banque & Trésorerie

Update fields supplier or customer with the person who makes the payment
This commit is contained in:
Dany De Bontridder 2014-11-25 22:56:55 +01:00
parent cacd6f2e21
commit 4d4a983d82

View file

@ -62,7 +62,7 @@ if ($base == 'recherche.php' || $base == 'do.php')
$callback="";
echo HtmlInput::title_box(_('Recherche'), $div);
echo '<form name="search_form_ajx" id="search_form_ajx" onsubmit="search_operation(this);return false">';
echo HtmlInput::get_to_hidden(array('ctlc','ledger'));
echo HtmlInput::get_to_hidden(array('ctlc','ledger','target'));
$inside=true;
}