arensb
eff606ba56
Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y".
...
Thus, $x = $x+2 becomes $x += 2, and so forth.
2002-10-13 11:32:14 +00:00
arensb
7197a3735b
Added magic RCS comment.
...
Removed trailing whitespace.
2002-10-13 07:31:21 +00:00
arensb
f2fb7a5a30
Added some FIXME comments.
...
Removed trailing whitespace.
2002-10-13 06:30:50 +00:00
arensb
a9e5b8bb76
Added a FIXME comment.
2002-10-13 06:30:01 +00:00
arensb
cc1d55c136
Use C4::Context->preference, rather than getting all system
...
preferences and picking out only what's needed.
2002-10-05 23:56:13 +00:00
arensb
dbca39823f
Merged with arensb-context branch: use C4::Context->dbh instead of
...
&C4Connect, and generally prefer C4::Context over C4::Database.
2002-10-05 09:44:27 +00:00
tipaul
5daa177422
long is the road to 1.4.0
...
* MARCadditem and MARCmoditem now works
* various bugfixes in MARC management
!!! 1.3.0 should be released very soon now. Be careful !!!
2002-09-20 13:01:50 +00:00
tonnesen
1e67687742
Added copyright statement to all .pl and .pm files
2002-08-14 18:12:50 +00:00
tipaul
528f1b2b80
Long is the road to MARC..
...
Not related to MARC :
* removed HLT- empty link when no basket for a supplier (should be useful to copy this into rel-1-2 i think)
* fixed some "use of uninitialized value"
related to MARC
* changed use Acquisition to use Catalogue, new package for MARC management
For instance, nothing is done to MARC DB, but structure is modified (see Biblio.pm for details), and everything seems to work : it's still possible to use acqui, and it fills old-DB pretty good.
WARNING : if you work on main trunk, please note Acquisition.pm is NO MORE USED in /acqui/ system. Every sub in Acquisition.pm has been moved to Biblio.pm or Catalogue.pm.
2002-07-04 15:53:02 +00:00
tipaul
bd04fceca8
merging 1.2 and main branches
2002-07-04 10:42:31 +00:00
tipaul
bdd324f187
merging of rel-1-2 and main branch
2002-06-24 14:16:36 +00:00
tipaul
d467f092a3
merging branches 1.2 and main
2002-06-21 13:15:36 +00:00
tonnesen
3d0fb625a0
Third in the series of branch merges. Starting to run out of easy stuff. :)
2002-06-20 17:45:18 +00:00
tonnesen
cb7441a537
More merges in from rel-1-2
...
All of the changes so far have been minor. I did uncomment delbiblio($biblio)
in delbiblio.pl in the main branch to match delbiblio.pl in rel-1-2
2002-06-20 17:33:07 +00:00
dragon28
8c2a8ae3b6
fixed typo
2002-05-27 08:22:23 +00:00
tipaul
8cd909ead8
smalll bugfixes and code cleaning. See mail in koha-devel for remaining questions
2002-05-15 14:32:48 +00:00
tipaul
b1dd6ad93b
small bugfix : adding bibdata only if exist
2002-05-15 08:17:59 +00:00
tipaul
6d2a66e639
newsubtitle called only if title exist
2002-05-15 07:52:01 +00:00
truth_nz
7ae8f46a85
Patch to acqui system to use new newbiblioitem() parameters
2002-05-15 02:22:24 +00:00
tipaul
00319751b7
DB query optimisation
2002-05-14 09:13:52 +00:00
truth_nz
0747fb1fbb
Changes to allow modifications to the website biblioitems
...
Changes to way that website biblioitems are shown on the details page
2002-05-12 18:08:17 +00:00
truth_nz
cec2db30ea
Update to catalogue to allow change of biblio abstracts.
...
Related modifications to acqui system to match changes in Acquisition.pm
detail.pm changed to show abstract - still working on how to show url's
2002-05-09 03:01:40 +00:00
rangi
f1e1110cf9
Now use the new hash based results returned from Search.pm
2002-05-07 00:09:06 +00:00
truth_nz
47c18cfcdc
Modifications for new acqui.simple
...
Database includes new biblio abstract field and biblioitem url field
acqui/finishreceive.pl modified to use changed C4/Acquisitions.pm
2002-04-29 05:25:41 +00:00
truth_nz
e1d7a81197
Acquisitions::newbiblioitem updated to be usable for new acqui.simple
...
addorder.pl and updatebibitem.pl modified to use new newbiblioitem
2002-04-15 05:33:33 +00:00
truth_nz
7a1c0652d5
Updates to use changed newbiblio sub in C4/Acquisitions.pm
2002-04-10 05:47:07 +00:00
rangi
cd96e8c297
Fix for displaying prices
2002-02-26 09:06:19 +00:00
rangi
f941988e05
Glens updates to automatically increment barcode, and to remove hardcoded itemtypes in scripts
2001-03-12 23:32:47 +00:00
rangi
d0374d0037
Initial revision
2000-12-19 23:45:51 +00:00