Hi all, I was checking some differences between db revisions and kohastructure. Came across four fields from aqbooksellers: Deliverydays Followupdays Followupscancel Specialty It seems that these four fields are not used. They are not in the structure, but somehow made it in my production data. Coming from an 3.0 alpha or beta? Probably, you could have them too.. Another remainder of this can be found here: acqui/updatesupplier.pl:$data{'specialty'}=$input->param('publishers_imprints'); This line apparently does nothing, since the param is not passed (anymore). Does anyone object if I remove these fields in a db revision and delete the line from updatesupplier? Please check for instance in mysql if you have something in specialty with: Select distinct specialty from aqbooksellers; If you have something else than null or empty string, then respond please. Are you using this field in custom scripts? Thanks for your attention. Marcel
Le 21/03/2011 13:54, Marcel de Rooy a écrit :
Hi all,
Hi Marcel,
I was checking some differences between db revisions and kohastructure. Came across four fields from aqbooksellers:
Deliverydays
Followupdays
Followupscancel
Specialty
I don't have those fields in my databases (checked on customers database & kohacommunity setup). I don't remember seeing them anywhere, so I think you can drop them -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08
Hi Paul, Could you please check [or sign..] patch 5936.. ? Regards, Marcel ________________________________________ Van: koha-devel-bounces@lists.koha-community.org [koha-devel-bounces@lists.koha-community.org] namens Paul Poulain [paul.poulain@biblibre.com] Verzonden: dinsdag 22 maart 2011 10:23 Aan: koha-devel@lists.koha-community.org Onderwerp: Re: [Koha-devel] Database Le 21/03/2011 13:54, Marcel de Rooy a écrit :
Hi all,
Hi Marcel,
I was checking some differences between db revisions and kohastructure. Came across four fields from aqbooksellers:
Deliverydays
Followupdays
Followupscancel
Specialty
I don't have those fields in my databases (checked on customers database & kohacommunity setup). I don't remember seeing them anywhere, so I think you can drop them -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08 _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
participants (2)
-
Marcel de Rooy -
Paul Poulain