[open-ils-commits] r17724 - branches/rel_2_0/Open-ILS/web/templates (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Sep 16 07:41:46 EDT 2010
Author: dbs
Date: 2010-09-16 07:41:45 -0400 (Thu, 16 Sep 2010)
New Revision: 17724
Modified:
branches/rel_2_0/Open-ILS/web/templates/base.tt2
Log:
Backport r17723 from trunk: Add AutoIDL classes for Vandelay happiness
Vandelay needs these class definitions for basic import operations.
Ideally every templated page wouldn't need to load these, but
this seems to be the best short-term solution.
Modified: branches/rel_2_0/Open-ILS/web/templates/base.tt2
===================================================================
--- branches/rel_2_0/Open-ILS/web/templates/base.tt2 2010-09-16 11:40:37 UTC (rev 17723)
+++ branches/rel_2_0/Open-ILS/web/templates/base.tt2 2010-09-16 11:41:45 UTC (rev 17724)
@@ -19,7 +19,10 @@
'acqafst','acqafsb','acqafcb','acqfsrcct','acqfsrcat','acqfsrcb','acqfsb','acqfa','acqfap','acqpl','acqcr',
'acqpo','acqpoh','acqpon','acqpoi','acqlih','acqliat','acqlin','acqlia','acqlid','acqliad','acqlimad',
'acqligad','acqliuad','acqlipad','acqphsm','acqlilad','acqedi','acqedim','acqdf','acqdfe','acqdfa','acqda',
-'acqclt','acqclet','acqcl','acqcle','acqscl','acqscle','acqclp','acqclpa','acqlisum','acqft','acqftm','jub','sdist','ssub','sstr','scap','bre','siss','act', 'acpl', 'ccm', 'aiit', 'atevdef', 'ath', 'atreact', 'atval','crahp','crmf','crrf','crcd','cust','coust','cgf','czs','cbt','csp','brt','brsrc','bra','bram','brav']};
+'acqclt','acqclet','acqcl','acqcle','acqscl','acqscle','acqclp','acqclpa','acqlisum','acqft','acqftm',
+'jub','sdist','ssub','sstr','scap','bre','siss','act', 'acpl', 'ccm', 'aiit', 'atevdef', 'ath', 'atreact',
+'atval','crahp','crmf','crrf','crcd','cust','coust','cgf','czs','cbt','csp','brt','brsrc','bra','bram',
+'brav', 'vaq', 'vbq', 'vqar']};
</script>
<script type="text/javascript" src="[% ctx.media_prefix %]/js/dojo/dojo/dojo.js"></script>
<script type="text/javascript" src="[% ctx.media_prefix %]/js/dojo/dojo/openils_dojo.js"></script>
More information about the open-ils-commits
mailing list