Hi David,

On Wed, Feb 10, 2010 at 4:42 PM, PlanoISD <[email protected]> wrote:
> From: root <[email protected]>
>
> This patch adds "othername" to the circulation.pl so that circulation.tmpl 
> can display David "Doofus" Schuster if there is something in othername in the 
> Borrower record on the checkout screen.  If there is nothing in the other 
> name field it shows as David Schuster

Thanks for this patch.  I've reviewed the changes, and they look like
they do what you want them to - great!  There are a couple mechanical
issues, however, that should be fixed so that you can resubmit the
patch and I can push it.

First, please tell git who you are so that you get proper credit for
the patch.  To do this, run the following commands:

git config --global user.name "Your name"
git config --global user.email "Your email address"

Second, the patch as you submitted it creates a new directory, dws,
containing your updated circulaton.pl and template.  The patch should
be against the files as they are located in the Koha source tree; in
other words, against circ/circulation.pl and
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl.  To do
this:

cp dws/circulaton.pl circ/circulation.pl
cp dws/circulatoin.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl

Then git add/commit those two files and send the resulting patch.

Thanks again - you're almost there!

Regards,

Galen
-- 
Galen Charlton
[email protected]
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to