fix bonuses
This commit is contained in:
parent
fbac09d375
commit
d6675b6ee4
@ -291,10 +291,7 @@ export const prepareCalculationData = ({
|
||||
const evo_coefficient_bonuses = calculationStore
|
||||
.getStaticData('evo_coefficient')
|
||||
.filter(
|
||||
x =>
|
||||
x.evo_corfficient_type === 100000002 &&
|
||||
x.evo_sot_coefficient_typeid &&
|
||||
x.evo_job_titleid,
|
||||
x => x.evo_corfficient_type === 100000002 && x.evo_sot_coefficient_typeid,
|
||||
);
|
||||
const systemuser = calculationStore.getStaticData('systemuser')[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user