View | Details | Raw Unified | Return to bug 31179
Collapse All | Expand All

(-)a/t/db_dependent/Koha/UI/Form/Builder/Item.t (-1 / +8 lines)
Lines 387-392 sub setup_mss { Link Here
387
        }
387
        }
388
    )->update( { repeatable => 0 } );
388
    )->update( { repeatable => 0 } );
389
389
390
    Koha::MarcSubfieldStructures->search(
391
        {
392
            frameworkcode => '',
393
            tagfield => $itemtag,
394
            tagsubfield => ['l'],
395
        }
396
    )->update( { hidden => -4 } );
397
390
    Koha::MarcSubfieldStructures->search(
398
    Koha::MarcSubfieldStructures->search(
391
        {
399
        {
392
            frameworkcode => '',
400
            frameworkcode => '',
393
- 

Return to bug 31179