Bug 929 : Follow up adding unit tests, discovered C4::Dates cached the syspref with...
[koha.git] / acqui / updatesupplier.pl
index 6bc978f..bd59c6b 100755 (executable)
@@ -80,6 +80,7 @@ $data{'address2'}=$addresses[1];
 $data{'address3'}=$addresses[2];
 $data{'address4'}=$addresses[3];
 $data{'phone'}=$input->param('company_phone');
+$data{'accountnumber'}=$input->param('accountnumber');
 $data{'fax'}=$input->param('company_fax');
 $data{'url'}=$input->param('website');
 $data{'contact'}=$input->param('company_contact_name');