Galen Charlton
bcbc4ca393
another patch to display correct item type
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:37:19 -05:00
Galen Charlton
e7ee95f754
waiting holds report: respect item-level_itypes setting
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:37:17 -05:00
Galen Charlton
ec0c0ba3e0
bug 1742: don't include items on loan in pending holds report
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:37:16 -05:00
Galen Charlton
ba82ae3a95
fix crash when recording payment for lost item
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:37:15 -05:00
Galen Charlton
79c0fd029c
fix crash when writing off fine that is not associated with an item
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:37:14 -05:00
Galen Charlton
e1c01255d5
after processing payment, redirect to patron account list
...
* redirecting to the account page shows operator that
payment was recorded
* avoids a jarring transition
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:37:13 -05:00
Galen Charlton
4895e8f6f2
fixed another non-initialized variable in TMPL_IF EXPR
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:37:12 -05:00
Galen Charlton
6e01d8ca9f
fix crash when levying a rental charge
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:37:11 -05:00
Galen Charlton
2c5b25c1fc
more item-level_itypes fixes
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:37:10 -05:00
Galen Charlton
3102fab410
check on max renewals now respects item-level item types
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:37:08 -05:00
Galen Charlton
8e263f68ec
better way of fixing "renew all"
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:37:07 -05:00
Galen Charlton
09b38e0c24
fixed 'renew all' button on patron details page
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:36:45 -05:00
Galen Charlton
60896f68c5
removed invalid TMPL_IF EXPR
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:36:42 -05:00
Galen Charlton
2a552d169a
removed extra TMPL_ELSE
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:36:41 -05:00
Galen Charlton
0c156b1ef3
removed warns
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:36:40 -05:00
Galen Charlton
0e0a2e74b2
removed use of TMPL_IF EXPR in circulation.tmpl
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:36:39 -05:00
Galen Charlton
c5e607060f
added font to sample label templates
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:36:37 -05:00
Galen Charlton
e140508092
bump DB rev to 063
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:36:36 -05:00
Chris Nighswonger
015338b998
Correcting column order in items/deleteditems tables
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:36:35 -05:00
Chris Nighswonger
cdeada443c
Adding another missing column to deleted items table.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:36:34 -05:00
Chris Nighswonger
471dbfe7fe
Fix for Bug 1927
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:36:32 -05:00
Galen Charlton
9222f7a6ca
created old_issues and old_reserves tables
...
The new tables have the same structure and constraints
as the tables they archive with the following exceptions:
* borrowernumber and biblionumber in old_reserves can be
NULL
* the FK constraints (e.g., for itemnumber) on old_reserves
set the child column to NULL if the parent row is deleted
instead of deleting the child row.
* there is no FK constraint on old_issues.branchcode, allowing
a branch to be deleted without changing archived requests.
Some miscellaneous cleanup was done as part of this patch:
* GetMemberIssuesAndFines (C4::Members) now uses bind variables
* fixed POD for GetMemberIssuesAndFines
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:36:31 -05:00
Galen Charlton
86e4cdf54b
use 'F' or 'W', not 'f' or 'w' when using reserves.found
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:36:24 -05:00
Joshua Ferraro
88d0588f3f
updating French translation
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-11 06:28:19 -05:00
d7652bd39e
Tweaks for addbiblio, including correction for tabs update and addition of automatic focus for the first field in each tab.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-11 06:18:51 -05:00
bab8beb59a
Updates to go along with jquery tabs plugin update
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-11 06:18:50 -05:00
c55599974d
Adding "ESCAPE=HTML" to hidden input template variables in order to address bug 1919, "Form contents not escaped on login page"
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-11 06:18:49 -05:00
1ce7cd7cbe
Removing out-of-date jquery tabs plugin files
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-11 06:18:46 -05:00
fb68be3a48
Adding javascript confirm to patron image replace and delete. Also adding check for empty file upload form field.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-11 06:18:45 -05:00
395a3499a6
Two jquery changes: update to tabs plugin, with related modifications to templates; Addition of jquery hotkeys plugin for selecting tabs from global search form.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-11 06:18:44 -05:00
7548a42059
Experimenting with keyboard shortcuts
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-11 06:18:43 -05:00
Chris Nighswonger
100e95484f
Further adjustments on recent label improvments
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-11 06:16:58 -05:00
Ryan Higgins
ff8982f318
add local-use to circ stats report.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-10 05:27:39 -05:00
Ryan Higgins
bd8f90387b
Add Local-use statistical patron category_type
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-10 05:27:37 -05:00
Chris Nighswonger
94b8bb7c25
Bugfix requiring authentication to access label-manager.pl
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-08 11:19:37 -06:00
Chris Nighswonger
075a89fe4c
Bumping to 061 for real this time
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-08 11:19:35 -06:00
Chris Nighswonger
11a213a82f
Bumping DB to 061 - Adding the ability to choose font type to the Label tool.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-08 11:19:34 -06:00
Chris Nighswonger
6a61c4b6a9
Implementing TMPL_ELSIF; NOTICE: REQUIRES Template::Pro 0.69
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-08 11:19:30 -06:00
Joe Atzberger
7e28158855
acqui/addorder.pl - use reliable GetBookSellerFromId instead of relying on name search.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-08 11:19:27 -06:00
Joe Atzberger
37d6cb2a41
acqui - template cleanup of toggle "highlight" and required field formatting
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-08 11:19:25 -06:00
Joe Atzberger
3f17ad4adc
acqui - fix to use GetBookSellerFromId(supplierid) instead of partial name based lookup
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-08 11:19:21 -06:00
Joe Atzberger
79c37dc8ed
basket.pl and template - Many fixes including SQL injection security check,
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-08 11:19:18 -06:00
0f8c4b1bd8
Fix a bug preventing existing tag modification in MARC Framework
...
It wasn't possible to edit an existing tag. The program was idenfifying
tag modification as a tag creation.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-08 11:19:04 -06:00
f3be2d24aa
Enabling and improving OPAC print stylesheet.
...
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-07 07:40:40 -06:00
Paul POULAIN
71d8de7277
completing bump to 059
...
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-07 07:40:39 -06:00
Chris Nighswonger
c767c99051
Correcting code to display patronimage correctly
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-07 07:40:38 -06:00
Chris Nighswonger
55b353f79a
Adding Update/Delete functions to patron image management on Details page
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-06 12:14:44 -06:00
117b604cce
Missing /TMPL_IF and /TMPL_UNLESS added, other minor markup fixes.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-06 08:54:56 -06:00
Chris Nighswonger
86b42f407c
Removing unused java script reference
...
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-06 06:25:16 -06:00
Chris Nighswonger
cbc5bbccdd
Correction to handle errors processing image file passed in from the patron details screen.
...
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-06 06:25:15 -06:00