Changeset 9438
- Timestamp:
- 04/22/08 22:52:02 (3 weeks ago)
- Location:
- branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial
- Files:
-
- 3 modified
-
list_funding_sources.html (modified) (1 diff)
-
list_funds.html (modified) (1 diff)
-
list_providers.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/list_funding_sources.html
r9416 r9438 86 86 87 87 function loadFSGrid() { 88 openils.User.getBySession();88 new openils.User().getBySession(); 89 89 90 90 /** define how the primary grid is rendered */ -
branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/list_funds.html
r9416 r9438 90 90 91 91 function loadFundGrid() { 92 openils.User.getBySession();92 new openils.User().getBySession(); 93 93 94 94 /** define how the primary grid is rendered */ -
branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/list_providers.html
r9422 r9438 22 22 23 23 function loadProviderGrid() { 24 openils.User.getBySession();24 new openils.User().getBySession(); 25 25 26 26 /** define how the primary grid is rendered */
