melonhead901 / lab-specimen-transport-system

Automatically exported from code.google.com/p/lab-specimen-transport-system
0 stars 0 forks source link

items/barcode is not generating the right barcode #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Select an item
2. Click on "Print" for the barcode
3. Refresh several times. The barcode changes.

Original issue reported on code.google.com by rockina...@gmail.com on 20 May 2011 at 9:55

GoogleCodeExporter commented 8 years ago
This was fine when I implemented it. I'm currently looking for the change that 
broke it....

Original comment by liu.al...@gmail.com on 20 May 2011 at 10:05

GoogleCodeExporter commented 8 years ago
It was printing an identifier object (undefined behavior) to svg so it was 
different every time. Changed it to identifier.identifier_value

Original comment by liu.al...@gmail.com on 20 May 2011 at 10:12

GoogleCodeExporter commented 8 years ago

Original comment by rockina...@gmail.com on 21 May 2011 at 1:17