Bug 30947: (follow-up) Remove unnecessary object cloning
authorJoonas Kylmälä <joonas.kylmala@iki.fi>
Sun, 19 Jun 2022 10:22:39 +0000 (10:22 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 23 Jun 2022 14:38:45 +0000 (11:38 -0300)
commit7f60d887976972aafe16e1495ff46cee128ea81f
treec0b2887360ebae64086d52c4a0524fad40a50ad2
parent9b4b43656ebe693b1445611d4d80b808cb7c6263
Bug 30947: (follow-up) Remove unnecessary object cloning

CalcDateDue() works on its own copy of the $startdate parameter
so the cloning in the calling end is not necessary.

Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Circulation.pm