Skip to content

Commit

Permalink
holdings: serial issue isn't new acquisition
Browse files Browse the repository at this point in the history
Closes rero#1718.

Co-Authored-by: Renaud Michotte <[email protected]>
  • Loading branch information
zannkukai committed Jan 31, 2022
1 parent 11621b9 commit a9e3be9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rero_ils/modules/holdings/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit a9e3be9

Please sign in to comment.