From: phasefx Date: Fri, 22 Jul 2005 21:43:11 +0000 (+0000) Subject: legacy patron registration X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6df29dffc9be45846e372a6fe9a1dbe7dde00b82;p=Evergreen.git legacy patron registration git-svn-id: svn://svn.open-ils.org/ILS/trunk@1367 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Evergreen/staff_client/chrome/content/evergreen/patron/patron_edit_legacy.js b/Evergreen/staff_client/chrome/content/evergreen/patron/patron_edit_legacy.js index 31f03b3d1b..572d77127b 100644 --- a/Evergreen/staff_client/chrome/content/evergreen/patron/patron_edit_legacy.js +++ b/Evergreen/staff_client/chrome/content/evergreen/patron/patron_edit_legacy.js @@ -103,7 +103,7 @@ function patron_new_init() { card.usr( PATRON.au.id() ); hash_ac[ card.id() ] = card; - PATRON.au.card( card.id() ); + PATRON.au.card( card ); PATRON.au.cards( [ card ] ); PATRON.related_refresh(PATRON.au.id()); diff --git a/Evergreen/staff_client/chrome/content/evergreen/patron/patron_new_legacy.xul b/Evergreen/staff_client/chrome/content/evergreen/patron/patron_new_legacy.xul new file mode 100644 index 0000000000..6b8d04784e --- /dev/null +++ b/Evergreen/staff_client/chrome/content/evergreen/patron/patron_new_legacy.xul @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + +