Fiche.clasS.php fix broken merge

This commit is contained in:
Dany De Bontridder 2019-02-03 22:09:34 +01:00
parent cc1a98458b
commit 445dbdf9cb

View file

@ -2057,7 +2057,6 @@ class Fiche
if ( $count > 0 ) return TRUE;
$count=$this->cn->get_value("select count(*)
select count(*)
from attr_def
join fiche_detail using (ad_id)
where ad_type='card'
@ -2292,7 +2291,7 @@ class Fiche
*/
function filter_history($p_table_id) {
return _('Cherche').' '.HtmlInput::filter_table($p_table_id, '0,1,2,3,4,5,6,7', 1);
return _('Cherche').' '.HtmlInput::filter_table($p_table_id, '0,1,2,3,4,5,6,7,8,9,10', 1);
}
/**
* Returns the Acc_Ledger_Fin ledger for which the card is the default bank account or null if no ledger is found.