Main.Accert.update_cost_element_on_name#

Accert.update_cost_element_on_name(c, ce_name, alg_value)[source]#

Updates the cost element based on cost element name. (Turn off safe update mode)

Parameters:
  • c (MySQLCursor) – MySQLCursor class instantiates objects that can execute MySQL statements.

  • ce_name (str) – Cost element name starting with the COA of the account.

  • alg_value (float) – Cost element value.

Return type:

None