Bug 30392: (QA follow-up) Remove deleted_on from the API response

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2022-08-02 08:45:07 -03:00
parent cdf34ce156
commit bd268aa7d5
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F
2 changed files with 4 additions and 2 deletions

View file

@ -1130,7 +1130,8 @@ sub to_api_mapping {
unititle => 'uniform_title',
seriestitle => 'series_title',
copyrightdate => 'copyright_date',
datecreated => 'creation_date'
datecreated => 'creation_date',
deleted_on => undef,
};
}

View file

@ -1400,7 +1400,8 @@ sub to_api_mapping {
enumchron => 'serial_issue_number',
copynumber => 'copy_number',
stocknumber => 'inventory_number',
new_status => 'new_status'
new_status => 'new_status',
deleted_on => undef,
};
}