Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-09 Thread Katrin Fischer

Hi Antony,

I am sorry, I am not sure what could be wrong there then.

Maybe check configuration in all your frameworks separately. Maybe the
field is not configured or misconfigured in just one of them?

Hope this helps,

Katrin

On 03.08.23 10:52, Antony Kujenga wrote:

Hi Katrin,

Yes, they are:
items.holdingbranch 952 b   Current library  Add  Remove
items.homebranch952 a   Home library


Regards

AK



On Wed, 2 Aug 2023 at 22:03, Katrin Fischer 
wrote:

Hi,

check the Koha-to-MARC mappings in administration to see if 952$a and
952$b are linked correctly. If not, restore the link to
items.homebranch
and items.holdingbranch from there.

Hope this helps,

Katrin

On 02.08.23 21:51, Antony Kujenga wrote:
> Hi Lauren,
>
> Yes, I've been trying to edit the 952 $a subfield (Home Library)
under the
> "Tag 952 Subfield constraints"
>
> Regards
>
> AK
> On Wed, 2 Aug 2023 at 15:36, Lauren Denny 
wrote:
>
>> Did you edit the 952 MARC field in the Frameworks? This is
connected to
>> the items record.
>>
>> On Wed, Aug 2, 2023 at 8:54 AM Antony Kujenga
 wrote:
>>
>>> Hi Jonathan,
>>>
>>> No, it does not return anything.
>>>
>>> Regards
>>>
>>>
>>> AK
>>>
>>>
>>> On Wed, 2 Aug 2023 at 13:56, Jonathan Druart <
>>> jonathan.dru...@bugs.koha-community.org> wrote:
>>>
 Does this SQL query return something?

 SELECT frameworkcode, tagfield, tab, authorised_value FROM
 marc_subfield_structure WHERE ( kohafield = "items.homebranch" OR
 kohafield = "items.holdingbranch" ) AND authorised_value !=
 "branches";

 Le mer. 2 août 2023 à 11:25, Antony Kujenga
 a
>>> écrit :
> Dear Community,
>
> I've been trying to edit some frameworks in our Koha
22.05.05.000
 instance
> running on Ubuntu 22.04. Upon running the framework test,
I'm getting
 this
> error report:
>
> homebranch NOT mapped the items.homebranch field MUST :
>
>     - be mapped to a MARC subfield,
>     - the corresponding subfield MUST have "Authorized
value" set to
>     "branches"
>
> holdingbranch NOT mapped the items.holdingbranch field MUST :
>
>     - be mapped to a MARC subfield,
>     - the corresponding subfield MUST have "Authorized
value" set to
>     "branches"
>
>
> I have tried changing the stated fields numerous times but
the system
 will
> not effect the changes.
>
> I tried running
>
> $ sudo koha-shell -c
'/usr/share/koha/bin/batchRebuildBiblioTables.pl
>>> -c'
> your_koha_name
>
> with our instance name but it hasn't helped.
>
> Any urgent help would be most appreciated.
>
> Regards
>
>
> AK
> ___
>
> Koha mailing list http://koha-community.org
> Koha@lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>>> ___
>>>
>>> Koha mailing list http://koha-community.org
>>> Koha@lists.katipo.co.nz
>>> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>>>
> ___
>
> Koha mailing list http://koha-community.org
> Koha@lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
___

Koha mailing list http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-03 Thread Antony Kujenga
Hi Katrin,

Yes, they are:
items.holdingbranch 952 b Current library  Add  Remove
items.homebranch 952 a Home library

Regards

AK



On Wed, 2 Aug 2023 at 22:03, Katrin Fischer 
wrote:

> Hi,
>
> check the Koha-to-MARC mappings in administration to see if 952$a and
> 952$b are linked correctly. If not, restore the link to items.homebranch
> and items.holdingbranch from there.
>
> Hope this helps,
>
> Katrin
>
> On 02.08.23 21:51, Antony Kujenga wrote:
> > Hi Lauren,
> >
> > Yes, I've been trying to edit the 952 $a subfield (Home Library) under
> the
> > "Tag 952 Subfield constraints"
> >
> > Regards
> >
> > AK
> > On Wed, 2 Aug 2023 at 15:36, Lauren Denny  wrote:
> >
> >> Did you edit the 952 MARC field in the Frameworks?  This is connected to
> >> the items record.
> >>
> >> On Wed, Aug 2, 2023 at 8:54 AM Antony Kujenga 
> wrote:
> >>
> >>> Hi Jonathan,
> >>>
> >>> No, it does not return anything.
> >>>
> >>> Regards
> >>>
> >>>
> >>> AK
> >>>
> >>>
> >>> On Wed, 2 Aug 2023 at 13:56, Jonathan Druart <
> >>> jonathan.dru...@bugs.koha-community.org> wrote:
> >>>
>  Does this SQL query return something?
> 
>  SELECT frameworkcode, tagfield, tab, authorised_value FROM
>  marc_subfield_structure WHERE ( kohafield = "items.homebranch" OR
>  kohafield = "items.holdingbranch" ) AND authorised_value !=
>  "branches";
> 
>  Le mer. 2 août 2023 à 11:25, Antony Kujenga  a
> >>> écrit :
> > Dear Community,
> >
> > I've been trying to edit some frameworks in our Koha 22.05.05.000
>  instance
> > running on Ubuntu 22.04. Upon running the framework test, I'm getting
>  this
> > error report:
> >
> > homebranch NOT mapped the items.homebranch field MUST :
> >
> > - be mapped to a MARC subfield,
> > - the corresponding subfield MUST have "Authorized value" set to
> > "branches"
> >
> > holdingbranch NOT mapped the items.holdingbranch field MUST :
> >
> > - be mapped to a MARC subfield,
> > - the corresponding subfield MUST have "Authorized value" set to
> > "branches"
> >
> >
> > I have tried changing the stated fields numerous times but the system
>  will
> > not effect the changes.
> >
> > I tried running
> >
> > $ sudo koha-shell -c '/usr/share/koha/bin/batchRebuildBiblioTables.pl
> >>> -c'
> > your_koha_name
> >
> > with our instance name but it hasn't helped.
> >
> > Any urgent help would be most appreciated.
> >
> > Regards
> >
> >
> > AK
> > ___
> >
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
> >>> ___
> >>>
> >>> Koha mailing list  http://koha-community.org
> >>> Koha@lists.katipo.co.nz
> >>> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
> >>>
> > ___
> >
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
> ___
>
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Katrin Fischer

Hi,

check the Koha-to-MARC mappings in administration to see if 952$a and
952$b are linked correctly. If not, restore the link to items.homebranch
and items.holdingbranch from there.

Hope this helps,

Katrin

On 02.08.23 21:51, Antony Kujenga wrote:

Hi Lauren,

Yes, I've been trying to edit the 952 $a subfield (Home Library) under the
"Tag 952 Subfield constraints"

Regards

AK
On Wed, 2 Aug 2023 at 15:36, Lauren Denny  wrote:


Did you edit the 952 MARC field in the Frameworks?  This is connected to
the items record.

On Wed, Aug 2, 2023 at 8:54 AM Antony Kujenga  wrote:


Hi Jonathan,

No, it does not return anything.

Regards


AK


On Wed, 2 Aug 2023 at 13:56, Jonathan Druart <
jonathan.dru...@bugs.koha-community.org> wrote:


Does this SQL query return something?

SELECT frameworkcode, tagfield, tab, authorised_value FROM
marc_subfield_structure WHERE ( kohafield = "items.homebranch" OR
kohafield = "items.holdingbranch" ) AND authorised_value !=
"branches";

Le mer. 2 août 2023 à 11:25, Antony Kujenga  a

écrit :

Dear Community,

I've been trying to edit some frameworks in our Koha 22.05.05.000

instance

running on Ubuntu 22.04. Upon running the framework test, I'm getting

this

error report:

homebranch NOT mapped the items.homebranch field MUST :

- be mapped to a MARC subfield,
- the corresponding subfield MUST have "Authorized value" set to
"branches"

holdingbranch NOT mapped the items.holdingbranch field MUST :

- be mapped to a MARC subfield,
- the corresponding subfield MUST have "Authorized value" set to
"branches"


I have tried changing the stated fields numerous times but the system

will

not effect the changes.

I tried running

$ sudo koha-shell -c '/usr/share/koha/bin/batchRebuildBiblioTables.pl

-c'

your_koha_name

with our instance name but it hasn't helped.

Any urgent help would be most appreciated.

Regards


AK
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Antony Kujenga
Hi Lauren,

Yes, I've been trying to edit the 952 $a subfield (Home Library) under the
"Tag 952 Subfield constraints"

Regards

AK
On Wed, 2 Aug 2023 at 15:36, Lauren Denny  wrote:

> Did you edit the 952 MARC field in the Frameworks?  This is connected to
> the items record.
>
> On Wed, Aug 2, 2023 at 8:54 AM Antony Kujenga  wrote:
>
>> Hi Jonathan,
>>
>> No, it does not return anything.
>>
>> Regards
>>
>>
>> AK
>>
>>
>> On Wed, 2 Aug 2023 at 13:56, Jonathan Druart <
>> jonathan.dru...@bugs.koha-community.org> wrote:
>>
>> > Does this SQL query return something?
>> >
>> > SELECT frameworkcode, tagfield, tab, authorised_value FROM
>> > marc_subfield_structure WHERE ( kohafield = "items.homebranch" OR
>> > kohafield = "items.holdingbranch" ) AND authorised_value !=
>> > "branches";
>> >
>> > Le mer. 2 août 2023 à 11:25, Antony Kujenga  a
>> écrit :
>> > >
>> > > Dear Community,
>> > >
>> > > I've been trying to edit some frameworks in our Koha 22.05.05.000
>> > instance
>> > > running on Ubuntu 22.04. Upon running the framework test, I'm getting
>> > this
>> > > error report:
>> > >
>> > > homebranch NOT mapped the items.homebranch field MUST :
>> > >
>> > >- be mapped to a MARC subfield,
>> > >- the corresponding subfield MUST have "Authorized value" set to
>> > >"branches"
>> > >
>> > > holdingbranch NOT mapped the items.holdingbranch field MUST :
>> > >
>> > >- be mapped to a MARC subfield,
>> > >- the corresponding subfield MUST have "Authorized value" set to
>> > >"branches"
>> > >
>> > >
>> > > I have tried changing the stated fields numerous times but the system
>> > will
>> > > not effect the changes.
>> > >
>> > > I tried running
>> > >
>> > > $ sudo koha-shell -c '/usr/share/koha/bin/batchRebuildBiblioTables.pl
>> -c'
>> > > your_koha_name
>> > >
>> > > with our instance name but it hasn't helped.
>> > >
>> > > Any urgent help would be most appreciated.
>> > >
>> > > Regards
>> > >
>> > >
>> > > AK
>> > > ___
>> > >
>> > > Koha mailing list  http://koha-community.org
>> > > Koha@lists.katipo.co.nz
>> > > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>> >
>> ___
>>
>> Koha mailing list  http://koha-community.org
>> Koha@lists.katipo.co.nz
>> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>>
>
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Antony Kujenga
This still yields no results!


On Wed, 2 Aug 2023 at 15:50, Jonathan Druart <
jonathan.dru...@bugs.koha-community.org> wrote:

> What about this one?
> SELECT frameworkcode, tagfield, tab, authorised_value FROM
> marc_subfield_structure WHERE ( kohafield = "items.homebranch" OR
> kohafield = "items.holdingbranch" ) AND ( authorised_value !=
> "branches" OR tab != 10 );
>
> Le mer. 2 août 2023 à 14:53, Antony Kujenga  a écrit :
> >
> > Hi Jonathan,
> >
> > No, it does not return anything.
> >
> > Regards
> >
> >
> > AK
> >
> >
> > On Wed, 2 Aug 2023 at 13:56, Jonathan Druart <
> jonathan.dru...@bugs.koha-community.org> wrote:
> >>
> >> Does this SQL query return something?
> >>
> >> SELECT frameworkcode, tagfield, tab, authorised_value FROM
> >> marc_subfield_structure WHERE ( kohafield = "items.homebranch" OR
> >> kohafield = "items.holdingbranch" ) AND authorised_value !=
> >> "branches";
> >>
> >> Le mer. 2 août 2023 à 11:25, Antony Kujenga  a
> écrit :
> >> >
> >> > Dear Community,
> >> >
> >> > I've been trying to edit some frameworks in our Koha 22.05.05.000
> instance
> >> > running on Ubuntu 22.04. Upon running the framework test, I'm getting
> this
> >> > error report:
> >> >
> >> > homebranch NOT mapped the items.homebranch field MUST :
> >> >
> >> >- be mapped to a MARC subfield,
> >> >- the corresponding subfield MUST have "Authorized value" set to
> >> >"branches"
> >> >
> >> > holdingbranch NOT mapped the items.holdingbranch field MUST :
> >> >
> >> >- be mapped to a MARC subfield,
> >> >- the corresponding subfield MUST have "Authorized value" set to
> >> >"branches"
> >> >
> >> >
> >> > I have tried changing the stated fields numerous times but the system
> will
> >> > not effect the changes.
> >> >
> >> > I tried running
> >> >
> >> > $ sudo koha-shell -c '/usr/share/koha/bin/batchRebuildBiblioTables.pl
> -c'
> >> > your_koha_name
> >> >
> >> > with our instance name but it hasn't helped.
> >> >
> >> > Any urgent help would be most appreciated.
> >> >
> >> > Regards
> >> >
> >> >
> >> > AK
> >> > ___
> >> >
> >> > Koha mailing list  http://koha-community.org
> >> > Koha@lists.katipo.co.nz
> >> > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Jonathan Druart
What about this one?
SELECT frameworkcode, tagfield, tab, authorised_value FROM
marc_subfield_structure WHERE ( kohafield = "items.homebranch" OR
kohafield = "items.holdingbranch" ) AND ( authorised_value !=
"branches" OR tab != 10 );

Le mer. 2 août 2023 à 14:53, Antony Kujenga  a écrit :
>
> Hi Jonathan,
>
> No, it does not return anything.
>
> Regards
>
>
> AK
>
>
> On Wed, 2 Aug 2023 at 13:56, Jonathan Druart 
>  wrote:
>>
>> Does this SQL query return something?
>>
>> SELECT frameworkcode, tagfield, tab, authorised_value FROM
>> marc_subfield_structure WHERE ( kohafield = "items.homebranch" OR
>> kohafield = "items.holdingbranch" ) AND authorised_value !=
>> "branches";
>>
>> Le mer. 2 août 2023 à 11:25, Antony Kujenga  a écrit :
>> >
>> > Dear Community,
>> >
>> > I've been trying to edit some frameworks in our Koha 22.05.05.000 instance
>> > running on Ubuntu 22.04. Upon running the framework test, I'm getting this
>> > error report:
>> >
>> > homebranch NOT mapped the items.homebranch field MUST :
>> >
>> >- be mapped to a MARC subfield,
>> >- the corresponding subfield MUST have "Authorized value" set to
>> >"branches"
>> >
>> > holdingbranch NOT mapped the items.holdingbranch field MUST :
>> >
>> >- be mapped to a MARC subfield,
>> >- the corresponding subfield MUST have "Authorized value" set to
>> >"branches"
>> >
>> >
>> > I have tried changing the stated fields numerous times but the system will
>> > not effect the changes.
>> >
>> > I tried running
>> >
>> > $ sudo koha-shell -c '/usr/share/koha/bin/batchRebuildBiblioTables.pl -c'
>> > your_koha_name
>> >
>> > with our instance name but it hasn't helped.
>> >
>> > Any urgent help would be most appreciated.
>> >
>> > Regards
>> >
>> >
>> > AK
>> > ___
>> >
>> > Koha mailing list  http://koha-community.org
>> > Koha@lists.katipo.co.nz
>> > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Lauren Denny
Did you edit the 952 MARC field in the Frameworks?  This is connected to
the items record.

On Wed, Aug 2, 2023 at 8:54 AM Antony Kujenga  wrote:

> Hi Jonathan,
>
> No, it does not return anything.
>
> Regards
>
>
> AK
>
>
> On Wed, 2 Aug 2023 at 13:56, Jonathan Druart <
> jonathan.dru...@bugs.koha-community.org> wrote:
>
> > Does this SQL query return something?
> >
> > SELECT frameworkcode, tagfield, tab, authorised_value FROM
> > marc_subfield_structure WHERE ( kohafield = "items.homebranch" OR
> > kohafield = "items.holdingbranch" ) AND authorised_value !=
> > "branches";
> >
> > Le mer. 2 août 2023 à 11:25, Antony Kujenga  a
> écrit :
> > >
> > > Dear Community,
> > >
> > > I've been trying to edit some frameworks in our Koha 22.05.05.000
> > instance
> > > running on Ubuntu 22.04. Upon running the framework test, I'm getting
> > this
> > > error report:
> > >
> > > homebranch NOT mapped the items.homebranch field MUST :
> > >
> > >- be mapped to a MARC subfield,
> > >- the corresponding subfield MUST have "Authorized value" set to
> > >"branches"
> > >
> > > holdingbranch NOT mapped the items.holdingbranch field MUST :
> > >
> > >- be mapped to a MARC subfield,
> > >- the corresponding subfield MUST have "Authorized value" set to
> > >"branches"
> > >
> > >
> > > I have tried changing the stated fields numerous times but the system
> > will
> > > not effect the changes.
> > >
> > > I tried running
> > >
> > > $ sudo koha-shell -c '/usr/share/koha/bin/batchRebuildBiblioTables.pl
> -c'
> > > your_koha_name
> > >
> > > with our instance name but it hasn't helped.
> > >
> > > Any urgent help would be most appreciated.
> > >
> > > Regards
> > >
> > >
> > > AK
> > > ___
> > >
> > > Koha mailing list  http://koha-community.org
> > > Koha@lists.katipo.co.nz
> > > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
> >
> ___
>
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Antony Kujenga
Hi Jonathan,

No, it does not return anything.

Regards


AK


On Wed, 2 Aug 2023 at 13:56, Jonathan Druart <
jonathan.dru...@bugs.koha-community.org> wrote:

> Does this SQL query return something?
>
> SELECT frameworkcode, tagfield, tab, authorised_value FROM
> marc_subfield_structure WHERE ( kohafield = "items.homebranch" OR
> kohafield = "items.holdingbranch" ) AND authorised_value !=
> "branches";
>
> Le mer. 2 août 2023 à 11:25, Antony Kujenga  a écrit :
> >
> > Dear Community,
> >
> > I've been trying to edit some frameworks in our Koha 22.05.05.000
> instance
> > running on Ubuntu 22.04. Upon running the framework test, I'm getting
> this
> > error report:
> >
> > homebranch NOT mapped the items.homebranch field MUST :
> >
> >- be mapped to a MARC subfield,
> >- the corresponding subfield MUST have "Authorized value" set to
> >"branches"
> >
> > holdingbranch NOT mapped the items.holdingbranch field MUST :
> >
> >- be mapped to a MARC subfield,
> >- the corresponding subfield MUST have "Authorized value" set to
> >"branches"
> >
> >
> > I have tried changing the stated fields numerous times but the system
> will
> > not effect the changes.
> >
> > I tried running
> >
> > $ sudo koha-shell -c '/usr/share/koha/bin/batchRebuildBiblioTables.pl -c'
> > your_koha_name
> >
> > with our instance name but it hasn't helped.
> >
> > Any urgent help would be most appreciated.
> >
> > Regards
> >
> >
> > AK
> > ___
> >
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Jonathan Druart
Does this SQL query return something?

SELECT frameworkcode, tagfield, tab, authorised_value FROM
marc_subfield_structure WHERE ( kohafield = "items.homebranch" OR
kohafield = "items.holdingbranch" ) AND authorised_value !=
"branches";

Le mer. 2 août 2023 à 11:25, Antony Kujenga  a écrit :
>
> Dear Community,
>
> I've been trying to edit some frameworks in our Koha 22.05.05.000 instance
> running on Ubuntu 22.04. Upon running the framework test, I'm getting this
> error report:
>
> homebranch NOT mapped the items.homebranch field MUST :
>
>- be mapped to a MARC subfield,
>- the corresponding subfield MUST have "Authorized value" set to
>"branches"
>
> holdingbranch NOT mapped the items.holdingbranch field MUST :
>
>- be mapped to a MARC subfield,
>- the corresponding subfield MUST have "Authorized value" set to
>"branches"
>
>
> I have tried changing the stated fields numerous times but the system will
> not effect the changes.
>
> I tried running
>
> $ sudo koha-shell -c '/usr/share/koha/bin/batchRebuildBiblioTables.pl -c'
> your_koha_name
>
> with our instance name but it hasn't helped.
>
> Any urgent help would be most appreciated.
>
> Regards
>
>
> AK
> ___
>
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Antony Kujenga
Dear Community,

I've been trying to edit some frameworks in our Koha 22.05.05.000 instance
running on Ubuntu 22.04. Upon running the framework test, I'm getting this
error report:

homebranch NOT mapped the items.homebranch field MUST :

   - be mapped to a MARC subfield,
   - the corresponding subfield MUST have "Authorized value" set to
   "branches"

holdingbranch NOT mapped the items.holdingbranch field MUST :

   - be mapped to a MARC subfield,
   - the corresponding subfield MUST have "Authorized value" set to
   "branches"


I have tried changing the stated fields numerous times but the system will
not effect the changes.

I tried running

$ sudo koha-shell -c '/usr/share/koha/bin/batchRebuildBiblioTables.pl -c'
your_koha_name

with our instance name but it hasn't helped.

Any urgent help would be most appreciated.

Regards


AK
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha