Bug 3820: Add changes to MEMBERS MODIFY logaction
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 14 Feb 2019 10:45:26 +0000 (10:45 +0000)
committerroot <root@f1ebe1bec408>
Tue, 19 Feb 2019 16:04:44 +0000 (16:04 +0000)
commitee6fc112d5f99b3f70c9a50ea187220143e25d50
tree83d058b12a21f636c10d212611d0875ee75c1cde
parent9ce71f34ee1e106a3d1b36533e9a86b1d2c7ad01
Bug 3820: Add changes to MEMBERS MODIFY logaction

This patch attemps to add a more refined and detailed info structure
detailing what fields were changed and what they were changed from and
to.

Test Plan: Enable BorrowersLog in the system preferences and undertake a
series of borrower detail changes.  Go to view the actionlogs and note
that MEMBER MODIFY logs now detail what fields you have changed using
the following form:

  { FIELD1: { before: BEFORE_VALUE, after: AFTER_VALUE } }

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Charles Farmer <charles.farmer@inLibro.com>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/Patron.pm