Skip to content
Snippets Groups Projects
Commit d95a9eac authored by Ryan Szrama's avatar Ryan Szrama
Browse files

Add the round_mode parameter to the initialized tax type array in commerce_tax_ui_tax_type_new().

parent 1a47653d
No related branches found
No related tags found
No related merge requests found
......@@ -255,6 +255,7 @@ function commerce_tax_ui_tax_type_new() {
'display_title' => '',
'description' => '',
'display_inclusive' => FALSE,
'round_mode' => COMMERCE_TAX_ROUND_NONE,
'admin_list' => TRUE,
'module' => 'commerce_tax_ui',
'is_new' => TRUE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment