Bug 6748 - Add link to fast add framework while circulating, if a barcode is not...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / additem.tt
index b000d85..2bd5ab5 100644 (file)
@@ -271,6 +271,12 @@ function set_to_today(id, force) {
     <input type="hidden" name="field_value" value="[% itemnumber %]" />
     <input type="submit" value="Save Changes" onclick="return Check(this.form)" />
     [% END %]</fieldset>
+    
+    <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
+    <input type="hidden" name="stickyduedate"" value="[% stickyduedate %]" />
+    <input type="hidden" name="barcode" value="[% barcode %]" />
+    <input type="hidden" name="duedatespec" value="[% duedatespec %]" />
+
 
     </form>
 </div>