mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 00:42:15 +00:00
rename functions since they manipulate data for using it in a chart
This commit is contained in:
@@ -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) )
|
||||
|
||||
Reference in New Issue
Block a user