Lines 4846-4852
Date due: <<issues.date_due>><br />
Link Here
|
4846 |
</p> |
4846 |
</p> |
4847 |
</checkedout>', 1)"); |
4847 |
</checkedout>', 1)"); |
4848 |
$dbh->do("INSERT INTO `letter` (module, code, name, title, content, is_html) |
4848 |
$dbh->do("INSERT INTO `letter` (module, code, name, title, content, is_html) |
4849 |
VALUES ('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', '<h5>Date: <<today>></h5> |
4849 |
VALUES ('circulation','HOLD_SLIP','Reserve Slip','Reserve Slip', '<h5>Date: <<today>></h5> |
4850 |
|
4850 |
|
4851 |
<h3> Transfer to/Hold in <<branches.branchname>></h3> |
4851 |
<h3> Transfer to/Hold in <<branches.branchname>></h3> |
4852 |
|
4852 |
|
Lines 4890-4896
Date due: <<issues.date_due>><br />
Link Here
|
4890 |
|
4890 |
|
4891 |
$dbh->do("UPDATE `letter` SET content = replace(content, '<<title>>', '<<biblio.title>>') WHERE code = 'HOLDPLACED'"); |
4891 |
$dbh->do("UPDATE `letter` SET content = replace(content, '<<title>>', '<<biblio.title>>') WHERE code = 'HOLDPLACED'"); |
4892 |
|
4892 |
|
4893 |
print "Upgrade to $DBversion done (Add branchcode and is_html to letter table; Default ISSUESLIP, RESERVESLIP and TRANSFERSLIP letters; Add NoticeCSS and SlipCSS sysprefs)\n"; |
4893 |
print "Upgrade to $DBversion done (Add branchcode and is_html to letter table; Default ISSUESLIP, HOLD_SLIP and TRANSFERSLIP letters; Add NoticeCSS and SlipCSS sysprefs)\n"; |
4894 |
SetVersion($DBversion); |
4894 |
SetVersion($DBversion); |
4895 |
} |
4895 |
} |
4896 |
|
4896 |
|