added autocomplete="off"
[koha.git] / labels / spinelabel-print.pl
index e4e8fa2..2831f9b 100755 (executable)
@@ -132,9 +132,9 @@ body {
 }
 </style>
 
-<form action="$url" method="post">
+<form action="$url" method="post" autocomplete="off">
 Enter another barcode:
-<input id=focus_barcode type=text name=barcode autofocus>
+<input id=focus_barcode type=text name=barcode autofocus autocomplete="off">
 <input type=submit value="Print">
 </form>