From a9e3be9701b13605b57bbbab1d0f2b9cc3c325fc Mon Sep 17 00:00:00 2001 From: Renaud Michotte Date: Fri, 28 Jan 2022 10:10:30 +0100 Subject: [PATCH] holdings: serial issue isn't new acquisition Closes rero/rero-ils#1718. Co-Authored-by: Renaud Michotte --- rero_ils/modules/holdings/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rero_ils/modules/holdings/api.py b/rero_ils/modules/holdings/api.py index 252719eedc..b811f27eeb 100644 --- a/rero_ils/modules/holdings/api.py +++ b/rero_ils/modules/holdings/api.py @@ -596,7 +596,6 @@ def _prepare_issue_record( # and item_type and document. forced_data = { '$schema': get_schema_for_resource(Item), - 'acquisition_date': datetime.now().strftime('%Y-%m-%d'), 'organisation': self.get('organisation'), 'library': self.get('library'), 'location': self.get('location'),