Index: openacs-4/packages/invoices/www/invoice-ae.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/www/invoice-ae.tcl,v diff -u -r1.44 -r1.45 --- openacs-4/packages/invoices/www/invoice-ae.tcl 8 Nov 2006 14:42:07 -0000 1.44 +++ openacs-4/packages/invoices/www/invoice-ae.tcl 5 Apr 2018 14:44:09 -0000 1.45 @@ -27,7 +27,7 @@ if { [exists_and_not_null organization_id] } { # We already have the organization_id so we need to check # if there are project_id's and if the customer (organization_id) - # of the projects is the same that the one we recieved. + # of the projects is the same that the one we received. if { ![string equal [llength $project_id] 0] } { set organizations [db_list get_organizations ""] @@ -538,7 +538,7 @@ set total_amount [format "%.2f" $total_amount] - # Get the VAT percent from the recieving company + # Get the VAT percent from the receiving company if {[person::person_p -party_id $recipient_id]} { set contacts_package_id [lindex [application_link::get_linked -from_package_id $package_id -to_package_key contacts] 0] set rec_organization_id [contact::util::get_employee_organization -employee_id $recipient_id -package_id $contacts_package_id]