Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SoapAbsenceHistoryDao misleadingly refers to a history bit as a balance #3

Open
apetro opened this issue Dec 2, 2013 · 0 comments
Open
Assignees
Milestone

Comments

@apetro
Copy link
Contributor

apetro commented Dec 2, 2013

       for (final UwGpAbsHisVwTypeShape uwGpAbsHisVwTypeShape : uwGpAbsHisVws) {
        final AbsenceHistory absenceBalance = new AbsenceHistory();

should have been

        for (final UwGpAbsHisVwTypeShape uwGpAbsHisVwTypeShape : uwGpAbsHisVws) {
        final AbsenceHistory absenceHistory = new AbsenceHistory();
@ghost ghost assigned apetro Dec 2, 2013
apetro added a commit to apetro/hrs-portlets that referenced this issue Sep 23, 2014
Disable Safari context menu on resource url for download.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant