rename functions since they manipulate data for using it in a chart

This commit is contained in:
Harald Bamberger
2025-01-28 18:35:25 +01:00
parent d7cbe475bf
commit e068abd124
2 changed files with 3 additions and 3 deletions
@@ -243,7 +243,7 @@ EOSQL;
return $result;
}
public function getGehaltsbestandteileValorisiert($dienstverhaeltnis_id, $stichtag=null, $includefuture=false)
public function getGehaltsbestandteileValorisiertForChart($dienstverhaeltnis_id, $stichtag=null, $includefuture=false)
{
$stichtagclause = '';
if( !is_null($stichtag) )