Index: openacs-4/packages/invoices/www/offer-ae.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/www/offer-ae.tcl,v diff -u -r1.43 -r1.44 --- openacs-4/packages/invoices/www/offer-ae.tcl 17 Apr 2018 14:47:02 -0000 1.43 +++ openacs-4/packages/invoices/www/offer-ae.tcl 25 Jan 2024 12:25:52 -0000 1.44 @@ -235,6 +235,9 @@ } else { # we are adding/editing data + ::template::head::add_javascript \ + -src /resources/acs-templating/calendar.js + ad_form -extend -name iv_offer_form -form { {finish_date:text,optional {label "[_ invoices.iv_offer_finish_date]"} {html {size 12 maxlength 10 id sel1}} {help_text "[_ invoices.iv_offer_finish_date_help]"} {after_html { \[y-m-d \]}}} {finish_time:date,optional {label "[_ invoices.iv_offer_finish_time]"} {format {[lc_get formbuilder_time_format]}} {help_text "[_ invoices.iv_offer_finish_time_help]"}}