Fixed: now variable erteilt is initialized correctly

This commit is contained in:
Cris
2019-10-21 17:19:50 +02:00
committed by hainberg
parent cc28a92205
commit af29146bb5
@@ -136,7 +136,7 @@ $this->load->view(
// Formats the rows
function func_rowFormatter(row){
var bestellt = row.getData().bestellt;
var erteilt = row.getData().bestellt;
var erteilt = row.getData().erteilt;
var akzeptiert = row.getData().akzeptiert;
var betrag = parseFloat(row.getData().betrag);