Z
Asked
Hi,
I noticed when creating a new item it doesn’t matter what I choose from the Barcode list it will use always the Code39. If I try to update the Barcode it’s leaving the code39. If I manually change it eg. Code128 in the database, it stays and can’t be updated too.
Any suggeston?
Thanks!
- MSAnswered
Hello,
Please add the following line to
$dataarray ofadd&editmethods in theapp/controllers/Items.php'barcode_symbology' => $this->input->post('barcode_symbology'),This should fix the issue.
Thank you
- ZAnswered
Hi,
thanks for the solution! It works now. 👌
Best regards
- Login to Reply