Cleanup after merge of labels improvements
This commit is contained in:
parent
dfe310868f
commit
a9804f4fc9
1 changed files with 2 additions and 2 deletions
|
@ -581,8 +581,8 @@ sub add_layout {
|
||||||
$query2 = "INSERT INTO labels_conf
|
$query2 = "INSERT INTO labels_conf
|
||||||
( barcodetype, title, subtitle, isbn,issn, itemtype, barcode,
|
( barcodetype, title, subtitle, isbn,issn, itemtype, barcode,
|
||||||
dewey, classification, subclass, itemcallnumber, author, printingtype,
|
dewey, classification, subclass, itemcallnumber, author, printingtype,
|
||||||
guidebox, startlabel, layoutname, active )
|
guidebox, startlabel, layoutname, formatstring, active )
|
||||||
values ( ?, ?, ?, ?, ?, ?, ?, ?,?, ?, ?, ?, ?, ?,?,?, 1 )";
|
values ( ?, ?,?, ?, ?, ?, ?, ?, ?,?, ?, ?, ?, ?, ?,?,?, 1 )";
|
||||||
$sth2 = $dbh->prepare($query2);
|
$sth2 = $dbh->prepare($query2);
|
||||||
$sth2->execute(
|
$sth2->execute(
|
||||||
$barcodetype, $title, $subtitle, $isbn, $issn,
|
$barcodetype, $title, $subtitle, $isbn, $issn,
|
||||||
|
|
Loading…
Reference in a new issue