mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-04 23:24:16 -04:00
Clear initial default for Cascade and Seq for Tax Jurisdiction and Tax Category.
This commit is contained in:
@@ -235,8 +235,8 @@ class Tax_category extends CI_Model
|
||||
return array('0' => array(
|
||||
'tax_category_id' => -1,
|
||||
'tax_category' => '',
|
||||
'tax_group_sequence' => 0,
|
||||
'deleted' => 0));
|
||||
'tax_group_sequence' => '',
|
||||
'deleted' => ''));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -219,9 +219,9 @@ class Tax_jurisdiction extends CI_Model
|
||||
'tax_group' => '',
|
||||
'tax_type' => '1',
|
||||
'reporting_authority' => '',
|
||||
'tax_group_sequence' => 0,
|
||||
'cascade_sequence' => 0,
|
||||
'deleted' => 0));
|
||||
'tax_group_sequence' => '',
|
||||
'cascade_sequence' => '',
|
||||
'deleted' => ''));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user