]> 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:24 +0000 (09:15 -0400)
commit697e2419a4f0599589e8a444a95871328671398a
treea36904ccea969797d9a2427f867601e27356fe56
parentc071d06eb6b4c5332b386d05b16e41dcfc99aa91
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