This commit is contained in:
DanB
2015-04-22 17:44:29 +02:00

View File

@@ -333,6 +333,8 @@ func RemActionTiming(ats ActionPlan, actionTimingId, balanceId string) ActionPla
} else {
at.AccountIds[iBlnc], at.AccountIds = at.AccountIds[len(at.AccountIds)-1], at.AccountIds[:len(at.AccountIds)-1]
}
// only remove the first one matching
break
}
}
}