[REF] Grant cleanup
authoreileen <emcnaughton@wikimedia.org>
Mon, 27 Jul 2020 00:25:57 +0000 (12:25 +1200)
committereileen <emcnaughton@wikimedia.org>
Mon, 27 Jul 2020 00:25:57 +0000 (12:25 +1200)
commit73e704704739e3d648d76c4043cc04f240f5fc0b
tree666d1b7344494845d7bec43be1f70f0e094540a0
parentc8945af944b6ea5736ece12f5854b2a588ccaf66
[REF] Grant cleanup

This does a couple of things to cleanup the Grant BAO -
1) moves money handling back to the form layer
2) removes unnecessary date handling - the format that comes from the form layer
is now supported by the BAO.

I was looking to work on another but but then figured I needed a v4 api before
writing the tests and then realised we shouldn't do a v4 api before getting
rid of the legacy money handling.

It does occur to me it might make more sense to start moving to an
extension before doing any of the other steps
CRM/Grant/BAO/Grant.php
CRM/Grant/Form/Grant.php
CRM/Grant/Form/Task/Update.php