|
|
|
@ -153,6 +153,7 @@ module Imports |
|
|
|
attributes["income2_value_check"] = 0 |
|
|
|
attributes["income2_value_check"] = 0 |
|
|
|
attributes["monthly_charges_value_check"] = 0 |
|
|
|
attributes["monthly_charges_value_check"] = 0 |
|
|
|
attributes["student_not_child_value_check"] = 0 |
|
|
|
attributes["student_not_child_value_check"] = 0 |
|
|
|
|
|
|
|
attributes["discounted_sale_value_check"] = 0 |
|
|
|
|
|
|
|
|
|
|
|
# Sets the log creator |
|
|
|
# Sets the log creator |
|
|
|
owner_id = meta_field_value(xml_doc, "owner-user-id").strip |
|
|
|
owner_id = meta_field_value(xml_doc, "owner-user-id").strip |
|
|
|
@ -255,7 +256,8 @@ module Imports |
|
|
|
monthly_charges_value_check |
|
|
|
monthly_charges_value_check |
|
|
|
hodate_check |
|
|
|
hodate_check |
|
|
|
saledate_check |
|
|
|
saledate_check |
|
|
|
student_not_child_value_check] |
|
|
|
student_not_child_value_check |
|
|
|
|
|
|
|
discounted_sale_value_check] |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
def check_status_completed(sales_log, previous_status) |
|
|
|
def check_status_completed(sales_log, previous_status) |
|
|
|
|