From d01e9a03d59c3c09e41483467b1119f8c94544c9 Mon Sep 17 00:00:00 2001 From: erickson Date: Tue, 6 May 2008 00:52:54 +0000 Subject: [PATCH] updated to use user object, not class git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@9509 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../templates/oils/default/acq/financial/list_funding_sources.html | 6 ++++-- .../oilsweb/templates/oils/default/acq/financial/list_funds.html | 7 +++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/list_funding_sources.html b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/list_funding_sources.html index a8d4d437fc..93db7cb71b 100644 --- a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/list_funding_sources.html +++ b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/list_funding_sources.html @@ -15,6 +15,8 @@ dojo.require('openils.acq.CurrencyType'); dojo.require('openils.widget.OrgUnitFilteringSelect'); + var globalUser = new openils.User(); + function createFS(fields) { /** Creates a new funding source */ openils.acq.FundingSource.create( @@ -40,7 +42,7 @@
@@ -85,7 +87,7 @@
@@ -89,7 +92,7 @@