mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
New: If there is only one back account and value is mandatory, then value is preselected.
This commit is contained in:
@@ -423,7 +423,7 @@ if (! $_GET['action'] && ! $_POST['action'])
|
|||||||
$html->select_types_paiements($_REQUEST["search_paymenttype"],'search_paymenttype','',2,1,1);
|
$html->select_types_paiements($_REQUEST["search_paymenttype"],'search_paymenttype','',2,1,1);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
$html->select_comptes($_REQUEST["search_account"],'search_account',0,'',1);
|
$html->select_comptes($_REQUEST["search_account"],'search_account',0,'',2);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td align="right">';
|
print '<td align="right">';
|
||||||
print '<input class="fat" type="text" size="4" name="search_amount" value="'.$_REQUEST["search_amount"].'">';
|
print '<input class="fat" type="text" size="4" name="search_amount" value="'.$_REQUEST["search_amount"].'">';
|
||||||
|
|||||||
Reference in New Issue
Block a user