Skip to content

Commit 7e51b4b

Browse files
committed
removed no longer needed config switches
1 parent 30b57c2 commit 7e51b4b

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

signaturenDruck/main.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,9 @@ const configNew = {
3333
showModal: true,
3434
modalTxt: 'Die ausgewählten Signaturen wurden gedruckt.'
3535
},
36-
file: {
37-
signatureCategory: '7100',
38-
subfieldLocation: '$f',
39-
subfieldSignature: '$a',
40-
subfieldLoanIndication: '$d'
41-
},
4236
SRU: {
4337
useSRU: false,
44-
SRUAddress: 'http://sru.gbv.de/opac-de-27',
45-
signatureCategory: '209A',
46-
subfieldLocation: 'f',
47-
subfieldSignature: 'a',
48-
subfieldLoanIndication: 'd'
38+
SRUAddress: 'http://sru.gbv.de/opac-de-27'
4939
},
5040
print: {
5141
printImmediately: false

0 commit comments

Comments
 (0)