Skip to content

Commit

Permalink
Merge 73fcdc3 into 94c78e0
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfield-fr committed Nov 26, 2019
2 parents 94c78e0 + 73fcdc3 commit 2ea2a89
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ export class CirculationPolicyFormService {
settings[key].forEach(element => {
mapping.push({
patron_type: {
$ref: patronTypeentrypoint + key.substr(1, key.length - 1)
$ref: patronTypeentrypoint + key.substr(1)
},
item_type: {
$ref: itemTypeentrypoint + element.substr(1, key.length - 1)
$ref: itemTypeentrypoint + element.substr(1)
}
});
});
Expand Down

0 comments on commit 2ea2a89

Please sign in to comment.