ccadef4372
fix zeroes in enddate field and backwards public v nonpublic notes do not allow modification of free-text subscription history changing terms from supplier to vendor Signed-off-by: Joshua Ferraro <jmf@liblime.com>
31 lines
826 B
Cheetah
31 lines
826 B
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Serials › Search for Vendor</title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
function GetIt(aqbooksellerid,name)
|
|
{
|
|
opener.document.f.aqbooksellerid.value = aqbooksellerid;
|
|
opener.document.f.aqbooksellername.value = name;
|
|
window.close();
|
|
}
|
|
//]]>
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="doc" class="yui-t7">
|
|
<div id="bd">
|
|
|
|
|
|
|
|
<h1>Serial subscription: search for vendor </h1>
|
|
<form action="/cgi-bin/koha/serials/acqui-search-result.pl" method="post">
|
|
<label for="text">Vendor name : </label>
|
|
<input id="text" type="text" size="25" name="supplier" />
|
|
<input type="submit" class="button" value="OK" />
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|