hi
This commit is contained in:
@@ -122,8 +122,6 @@ export default function (globalData: IGlobalData) {
|
||||
|
||||
item = new UIMenuItem("Einkommensteuer");
|
||||
|
||||
//var numb = Number(p.financialInterest * 100).toFixed(3);
|
||||
//var numb_format = moneyFormat(Number(numb));
|
||||
item.SetRightLabel(moneyFormat(Number((p.financialInterest * 100).toFixed(3))) + "%");
|
||||
paycheckMenu.AddItem(item);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user