Bug 7728: Fix subs history end date consistency
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 9 Dec 2015 10:25:43 +0000 (10:25 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 31 Mar 2017 12:48:02 +0000 (12:48 +0000)
commit1843ee148b25a904d8baffbbe8f0ea504b539a64
treeb50407a3e47b75219c6ad841158c41a36f4685e4
parenta723de2ae0c393743fc111955ee81b5e6c5b7f4a
Bug 7728: Fix subs history end date consistency

Without this patch, there is an inconsistency in subscriptions:
 * a new subscription has no history end date set (as expected)
 * if you renew it, a date is set.

This patch removes the setting of the history end date during renewal

Test plan:
 * create a subscription, go to subscription-detail.pl page, tab "Summary". No History end date is set
 * renew the subscription => a date has been set
 * apply the patch
 * create another subscription
 * renew it => no history end date has been set
 * sign-off

Signed-off-by: beroud <isabelle.beroud@univ-lyon3.fr>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Serials.pm