Hello ,
i treid to find the patch for importitem but i can find it . can sombody tell me where it is? Denis van Dijk
I think, this didn't exist yet :-(
But it's easy to do: In INSERT-query is one column missing. Add them at the end of query.
Line 42 of admin/importitem.inc.php: db_query("insert into item values("'%' ..., '$npackID','vatID')") or db_die();
vatID is content of first column of table pricetype. You have to decide, which value ;-). If it is constant value or comes from CSV-file.
Log in to post a comment.
Hello ,
i treid to find the patch for importitem but i can find it .
can sombody tell me where it is?
Denis van Dijk
I think, this didn't exist yet :-(
But it's easy to do: In INSERT-query is one column missing. Add them at the end of query.
Line 42 of admin/importitem.inc.php:
db_query("insert into item values("'%' ..., '$npackID','vatID')") or db_die();
vatID is content of first column of table pricetype. You have to decide, which value ;-). If it is constant value or comes from CSV-file.