<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <font size="-1"><font face="Verdana">Hello Scott,<br>
        <br>
        We are currently using the latest version from git and faced a
        similar problem when placing holds. I don't know if it's a bug
        but our solution was to add rule to "default" (library default
        and Patron category Default). After that, everything was
        working.<br>
        <br>
        Good luck<br>
        <br>
      </font></font>
    <div class="moz-signature"><font color="#464a4e"><font size="-1"><font
            face="Verdana">
            <strong>Louis Buteau-Vaillancourt, Ing.Jr, M.Sc.</strong><br>
            Chef d'équipe / Chargé de projets<br>
            <br>
            <a href="mailto:louis.buteau@sys-tech.net"><font
                color="#464a4e">louis.buteau@sys-tech.net</font></a><br>
            418 520-0739 poste 146<br>
            514 907-0036 / 1-877-969-8324<br>
            <br>
            <strong><font color="#89c040">SYS-</font>TECH / Technologies
              de l'information libres</strong><br>
            6700 BOUL PIERRE-BERTRAND BUREAU 209<br>
            QUÉBEC QC G2J 0B4<br>
            <a href="http://www.sys-tech.net"><font color="#464a4e">http://www.sys-tech.net</font></a><br>
            <br>
            <em>Membre supporteur de l'Association <a
                href="http://typo3.org"><font color="#464a4e">TYPO3</font></a></em>
            <br>
          </font></font></font></div>
    <br>
    Le 2010-08-18 11:31, Scott Owen a écrit :
    <blockquote cite="mid:4C6BC4A2.8081.000C.1@edzone.net" type="cite">
      <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
      <meta name="GENERATOR" content="MSHTML 8.00.6001.18928">
      <div><span class="label">Hello again all,</span></div>
      <div><span class="label"></span> </div>
      <div><span class="label">I am in the process up migrating from
          Koha 2.2.9 to Koha 3.2xx (used git upgrade to latest rev.).</span></div>
      <div><span class="label">I *seem* to be pulling my items in
          correctly......but......</span></div>
      <div><span class="label">Unfortunately, I am still not able to
          place items on "hold".</span></div>
      <div><span class="label"></span> </div>
      <div><span class="label">I can check items out fine. </span></div>
      <div><span class="label"></span> </div>
      <div><span class="label">Is there a "item available" setting I'm
          missing in my MARC fields ???</span></div>
      <div><span class="label">Is there a required setting in the
          administration of Koha I'm missing??</span></div>
      <div><span class="label"></span><span class="label">Could someone
          with a working "holds" selection on version of Koha 3.2.x
          please export a MARC record and post it? </span></div>
      <div><span class="label">(so I can check it against my 2.29 MARCs
          and my 3.2xx MARCs to make sure I'm importing all the fields I
          need to import)</span></div>
      <div><span class="label"></span> </div>
      <div><span class="label">Here is an example of what I'm seeing </span></div>
      <div><span class="label">(This user has no items on hold, and
          their are items available) </span></div>
      <div><span class="label"></span> </div>
      <div><span class="label"></span> </div>
      <div><span class="label"></span> </div>
      <div><span class="label">
          <div class="dialog alert">
            <h3>Cannot Place Hold</h3>
            <ul>
              <li><strong>Too Many Holds: </strong><a
                  moz-do-not-send="true"
href="http://10.1.1.23:8080/cgi-bin/koha/members/moremember.pl?borrowernumber=2">SCOTT
                  OWEN </a>has too many holds.</li>
              <li><strong>No copies are available</strong> to be placed
                on hold</li>
            </ul>
          </div>
          <fieldset style="width: 956px; height: 492px;" class="rows
            left">
            <fieldset class="action"><input disabled="disabled"
                value="Place Hold" type="submit"> </fieldset>
            <legend>Hold details</legend>
            <form onsubmit="return check();" method="post" name="form"
              action="placerequest.pl"><input value="sowen" size="10"
                name="member" type="hidden"> <input value="str8"
                name="type" type="hidden"> <input value="12"
                name="biblionumber" type="hidden"> <input
                value="Where's Waldo? : the great picture hunt! /"
                name="title" type="hidden"> <input value="1"
                name="rank-request" type="hidden">
              <ol>
                <li><span class="label">Patron:</span> <a
                    moz-do-not-send="true"
href="http://10.1.1.23:8080/cgi-bin/koha/members/moremember.pl?borrowernumber=2">SCOTT
                    OWEN (sowen)</a> </li>
                <li><span class="label">Priority:</span> <strong>1</strong>
                </li>
                <li><label for="holdnotes">Notes:</label> <textarea
                    id="holdnotes" rows="1" cols="30" name="notes"></textarea>
                </li>
                <li><label for="pickup">Pickup at:</label>
                  <select id="pickup" size="1" name="pickup">
                    <option selected="selected" value="PINE">Pine Ave.
                      Elementary</option>
                  </select>
                </li>
                <li><label for="expiration_date">Hold expires on date:</label>
                  <input id="expiration_date" readonly="readonly"
                    size="10" name="expiration_date"> <img
                    style="cursor: pointer;" id="CalendarExpirationDate"
                    alt="Show Calendar"
                    src="cid:part1.02060906.04050405@sys-tech.net"
                    border="0">
                  <script language="JavaScript" type="text/javascript">
                //<![CDATA[
                function validate1(date) {
                        var today = new Date();
                        if ( (date > today) ||
                    ( date.getDate() == today.getDate() &amp;&amp;
                      date.getMonth() == today.getMonth() &amp;&amp;
                      date.getFullYear() == today.getFullYear() ) ) {
                                return false;
                        } else {
                                return true;
                        }
                };
                Calendar.setup(
                        {
                                inputField : "expiration_date",
                                ifFormat : "%m/%d/%Y",
                                button : "CalendarExpirationDate",
                                disableFunc : validate1,
                                dateStatusFunc : validate1,
                        }
                );
                //]]&gt;
            </script> <a moz-do-not-send="true"
                    onclick="document.getElementById('expiration_date').value='';"
href="http://10.1.1.23:8080/cgi-bin/koha/reserve/request.pl?biblionumber=12#">Clear
                    Date</a> </li>
                <li><label for="requestany">Place a hold on the next
                    available copy </label><input id="requestany"
                    value="Any" checked="checked" name="request"
                    jquery1282145318890="19" type="checkbox"> <input
                    name="biblioitem" type="hidden"> <input
                    name="alreadyreserved" type="hidden"> </li>
              </ol>
              <fieldset class="action"><input disabled="disabled"
                  value="Place Hold" type="submit"> </fieldset>
              <ol>
                <li><span class="label">Item type:</span> </li>
              </ol>
              <table id="requestspecific">
                <caption>Place a hold on a specific copy</caption>
                <tbody>
                  <tr>
                    <th>Hold</th>
                    <th>Barcode</th>
                    <th>Home Library</th>
                    <th>Last Location</th>
                    <th>Call no.</th>
                    <th>Copy no.</th>
                    <th>Information</th>
                  </tr>
                  <tr>
                    <td><input disabled="disabled" value="31"
                        name="checkitem" jquery1282145318890="20"
                        type="radio"> <img alt="Cannot be put on hold"
                        src="cid:part2.05060600.05000400@sys-tech.net">
                    </td>
                    <td>70259 </td>
                    <td>Pine Ave. Elementary </td>
                    <td><br>
                    </td>
                    <td><br>
                    </td>
                    <td>1</td>
                    <td>Not on hold </td>
                  </tr>
                  <tr>
                    <td><input disabled="disabled" value="32"
                        name="checkitem" jquery1282145318890="21"
                        type="radio"> <img alt="Cannot be put on hold"
                        src="cid:part2.05060600.05000400@sys-tech.net">
                    </td>
                    <td>74254 </td>
                    <td>Pine Ave. Elementary </td>
                    <td><br>
                    </td>
                    <td><br>
                    </td>
                    <td>2</td>
                    <td>Not on hold </td>
                  </tr>
                  <!-- itemloop -->
                </tbody>
              </table>
              <!-- bibitemloop --><!-- /multi_hold --></form>
          </fieldset>
        </span></div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Koha mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a>
<a class="moz-txt-link-freetext" href="http://lists.katipo.co.nz/mailman/listinfo/koha">http://lists.katipo.co.nz/mailman/listinfo/koha</a>
</pre>
    </blockquote>
  </body>
</html>