5936: Remove some obsolete db columns from aqbooksellers and aqbudgets if needed
[koha.git] / acqui / updatesupplier.pl
index 7c7aa2c..6bc978f 100755 (executable)
@@ -92,7 +92,7 @@ $data{'contnotes'}=$input->param('contact_notes');
 # warn "".$data{'contnotes'};
 $data{'notes'}=$input->param('notes');
 $data{'active'}=$input->param('status');
-$data{'specialty'}=$input->param('publishers_imprints');
+
 $data{'listprice'}=$input->param('list_currency');
 $data{'invoiceprice'}=$input->param('invoice_currency');
 $data{'gstreg'}=$input->param('gst');