[Koha-patches] [PATCH] Add cn_source to authorised values dropdown in marc structure editor.

jmf at liblime.com jmf at liblime.com
Tue May 27 14:32:13 CEST 2008


Hey Ryan,

I thought we were abandoning the cn_* tables ... what is the
utlility of this patch?

Cheers,

Josh

On Sun, May 25, 2008 at 01:21:42AM -0500, Ryan Higgins wrote:
> ---
>  admin/marc_subfields_structure.pl |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/admin/marc_subfields_structure.pl b/admin/marc_subfields_structure.pl
> index 2763b63..3f82b99 100755
> --- a/admin/marc_subfields_structure.pl
> +++ b/admin/marc_subfields_structure.pl
> @@ -126,6 +126,7 @@ if ( $op eq 'add_form' ) {
>      }
>      push( @authorised_values, "branches" );
>      push( @authorised_values, "itemtypes" );
> +    push( @authorised_values, "cn_source" );
>  
>      # build thesaurus categories list
>      $sth2->finish;
> -- 
> 1.5.5.GIT
> 
> _______________________________________________
> Koha-patches mailing list
> Koha-patches at lists.koha.org
> http://lists.koha.org/mailman/listinfo/koha-patches



More information about the Koha-patches mailing list