Bug 14931: Remove C4::Dates from files admin/aq*.pl
authorMarc Véron <veron@veron.ch>
Wed, 30 Sep 2015 16:50:42 +0000 (18:50 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 29 Oct 2015 15:00:28 +0000 (12:00 -0300)
commite4cc11ee13b9f3b78a4c5f32920ecb073ceeb268
tree11b234463482809c7aa30e1bd241189e55c92c3f
parenta97d3e9513e38a8b4d6f09f07ae2645cb9ae1a51
Bug 14931: Remove C4::Dates from files admin/aq*.pl

This patch removes C4::Dates from:

- admin/aqbudgets.pl
- admin/aqplan.pl
- admin/aqcontract.pl

To test:

- Apply patch

- Go to Home > Adminstration > Budgets > All funds
  (admin/aqbudgets.pl)
- Verify that everything displays as before

- Edit one of the funds and click on 'Planning - Plan by months'
  (admin/aqplan.pl)
- Verify that planning works as before

- Go to Home > Acquisitions, search for an active vendor and view the vendor
- Click on 'Contracts' at the left
  (admin/aqcontract.pl)
- Create and edit contracts and verify that it works OK.
  (Note: there is no help for this page, see Bug 14929)

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Works as advertised. Tested with dateformat syspref
Dates in planning by months not needed to be on iso format, aqplan.pl
uses instead Date::Calc

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
admin/aqbudgets.pl
admin/aqcontract.pl
admin/aqplan.pl