Index: openacs-4/packages/scholarship-fund/www/one-fund.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/scholarship-fund/www/one-fund.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/scholarship-fund/www/one-fund.tcl 22 Aug 2005 15:46:27 -0000 1.6 +++ openacs-4/packages/scholarship-fund/www/one-fund.tcl 22 Aug 2005 17:37:37 -0000 1.7 @@ -36,8 +36,10 @@ {title:text {label "Fund Title"}} {description:text(textarea) {label "Description"}} {account_code:text {label "Account Code"}} + {export_inform:text(inform) {label "Exported?"}} } -on_request { - db_1row get_fund "select sf.title, sf.description, sf.account_code, sf.amount from scholarship_fundi sf, cr_items ci where sf.revision_id=ci.live_revision and sf.item_id=:item_id" + db_1row get_fund "select sf.export_p, sf.title, sf.description, sf.account_code, sf.amount from scholarship_fundi sf, cr_items ci where sf.revision_id=ci.live_revision and sf.item_id=:item_id" + set export_inform [_ [ad_decode $export_p t "acs-kernel.common_Yes" "acs-kernel.common_No"]] } set actions ""