From a9804f4fc905c9b99f9beded2ee984487ac260c5 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Tue, 22 Apr 2008 22:18:10 -0500 Subject: [PATCH] Cleanup after merge of labels improvements --- C4/Labels.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Labels.pm b/C4/Labels.pm index 8fad76a337..dfd0126447 100644 --- a/C4/Labels.pm +++ b/C4/Labels.pm @@ -581,8 +581,8 @@ sub add_layout { $query2 = "INSERT INTO labels_conf ( barcodetype, title, subtitle, isbn,issn, itemtype, barcode, dewey, classification, subclass, itemcallnumber, author, printingtype, - guidebox, startlabel, layoutname, active ) - values ( ?, ?, ?, ?, ?, ?, ?, ?,?, ?, ?, ?, ?, ?,?,?, 1 )"; + guidebox, startlabel, layoutname, formatstring, active ) + values ( ?, ?,?, ?, ?, ?, ?, ?, ?,?, ?, ?, ?, ?, ?,?,?, 1 )"; $sth2 = $dbh->prepare($query2); $sth2->execute( $barcodetype, $title, $subtitle, $isbn, $issn, -- 2.20.1