Skip to content

Commit

Permalink
Keine Signatur: Fehler
Browse files Browse the repository at this point in the history
  • Loading branch information
knepper committed Nov 30, 2022
1 parent 54ca951 commit 3c5e150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signaturenDruck/js/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ ipcRenderer.on('addSRUdata', function (event, xml, barcode, mode) {
swal.fire('Achtung', shelfmark.error, 'error')
.then(() => {})
} else {
if (shelfmark.PPN) {
if (shelfmark.txtOneLine.length > 1) {
let index = objSRU.all.length
objSRU.all[index] = shelfmark
objSRU.all[index].id = index + 1
Expand Down

0 comments on commit 3c5e150

Please sign in to comment.