]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1751800 - fix fields fields reversing
authorJames Fournie <jamesrf@users.noreply.github.com>
Thu, 2 May 2019 16:53:35 +0000 (09:53 -0700)
committerDan Wells <dbw2@calvin.edu>
Wed, 14 Aug 2019 13:15:08 +0000 (09:15 -0400)
commitc58e274090c0da4311d2540d76458c0f5f247e63
tree11c6fbfea334f713906c4dd156ddea50fd310199
parent67a7e6ca1ea868c09cc84923afc6c56e772ce51d
LP1751800 - fix fields fields reversing

The pop() here will remove the last item in the array, only to add it
later with a push() a few lines later.  Instead use a shift() to
preserve the order.

Signed-off-by: James Fournie <james.fournie@gmail.com>
Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/web/js/ui/default/staff/reporter/services/template.js