add todo for issue #14
This commit is contained in:
parent
c387eed2ac
commit
ecb9b68ba7
@ -187,7 +187,6 @@ $(document).ready(function() {
|
||||
let found_on = (settings['found'] === true) ? settings['found_on'] : ''
|
||||
let circulation = (settings['circulation'] == 'Auflage') ? 0 : settings['circulation'];
|
||||
|
||||
// TODO it would be nicer if #circulation, #found_by and #found_on would have no value while #exists is checked. then this would also not be neccessary
|
||||
if (settings['exists'] === false) { circulation = 0; }
|
||||
|
||||
let data = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user