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:
parent
cdf34ce156
commit
bd268aa7d5
2 changed files with 4 additions and 2 deletions
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue