Index: openacs-4/packages/contacts/tcl/contacts-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contacts-install-procs.tcl,v diff -u -r1.30 -r1.31 --- openacs-4/packages/contacts/tcl/contacts-install-procs.tcl 12 Aug 2018 12:30:06 -0000 1.30 +++ openacs-4/packages/contacts/tcl/contacts-install-procs.tcl 3 Jan 2021 15:33:17 -0000 1.31 @@ -94,7 +94,7 @@ content::type::attribute::new \ -content_type "contact_complaint" \ -attribute_name "turnover" \ - -datatype "money" \ + -datatype "currency" \ -pretty_name "Turnover" \ -sort_order 2 \ -column_spec "float" @@ -118,7 +118,7 @@ content::type::attribute::new \ -content_type "contact_complaint" \ -attribute_name "paid" \ - -datatype "money" \ + -datatype "currency" \ -pretty_name "Paid" \ -sort_order 5 \ -column_spec "float" @@ -153,7 +153,7 @@ content::type::attribute::new \ -content_type "contact_complaint" \ -attribute_name "refund_amount" \ - -datatype "money" \ + -datatype "currency" \ -pretty_name "Refund Amount" \ -sort_order 9 \ -column_spec "float" @@ -444,7 +444,7 @@ content::type::attribute::new \ -content_type "contact_complaint" \ -attribute_name "turnover" \ - -datatype "money" \ + -datatype "currency" \ -pretty_name "Turnover" \ -sort_order 2 \ -column_spec "float" @@ -468,7 +468,7 @@ content::type::attribute::new \ -content_type "contact_complaint" \ -attribute_name "paid" \ - -datatype "money" \ + -datatype "currency" \ -pretty_name "Paid" \ -sort_order 5 \ -column_spec "float" @@ -520,7 +520,7 @@ content::type::attribute::new \ -content_type "contact_complaint" \ -attribute_name "refund_amount" \ - -datatype "money" \ + -datatype "currency" \ -pretty_name "Refund" \ -sort_order 9 \ -column_spec "float"