2
0
forked from Wavyzz/dolibarr

Increase number of last bank receits visible links

This commit is contained in:
Laurent Destailleur
2015-11-08 00:52:25 +01:00
parent 24dff1d842
commit e350b759d3

View File

@@ -186,7 +186,7 @@ if ($resql)
print '<br>';
// Show last bank receipts
$nbmax=5;
$nbmax=15; // We accept to show last 15 receipts (so we can have more than one year)
$liste="";
$sql = "SELECT DISTINCT num_releve FROM ".MAIN_DB_PREFIX."bank";
$sql.= " WHERE fk_account=".$acct->id." AND num_releve IS NOT NULL";