Loading database/migrations/CharacterMigration.php +4 −4 Original line number Diff line number Diff line Loading @@ -82,8 +82,8 @@ class CharacterMigration extends Migration if ($_category == 'salary') { $income_outgoing = 'income'; } else if (strpos($_category, 'other_') !== false) { if ($_category == 'other_in') { } else if (strpos($_category, 'Other') !== false) { if ($_category == 'Other-Income') { $income_outgoing = 'income'; } else { $income_outgoing = 'outgoing'; Loading Loading @@ -214,8 +214,8 @@ class CharacterMigration extends Migration $income_outgoing = 'outgoing'; if ($_modifier['category'] == 'salary') { $income_outgoing = 'income'; } else if (strpos($_modifier['category'], 'other_') !== false) { if ($_modifier['category'] == 'other_in') { } else if (strpos($_modifier['category'], 'Other') !== false) { if ($_modifier['category'] === 'Other-Income') { $income_outgoing = 'income'; } else { $income_outgoing = 'outgoing'; Loading Loading
database/migrations/CharacterMigration.php +4 −4 Original line number Diff line number Diff line Loading @@ -82,8 +82,8 @@ class CharacterMigration extends Migration if ($_category == 'salary') { $income_outgoing = 'income'; } else if (strpos($_category, 'other_') !== false) { if ($_category == 'other_in') { } else if (strpos($_category, 'Other') !== false) { if ($_category == 'Other-Income') { $income_outgoing = 'income'; } else { $income_outgoing = 'outgoing'; Loading Loading @@ -214,8 +214,8 @@ class CharacterMigration extends Migration $income_outgoing = 'outgoing'; if ($_modifier['category'] == 'salary') { $income_outgoing = 'income'; } else if (strpos($_modifier['category'], 'other_') !== false) { if ($_modifier['category'] == 'other_in') { } else if (strpos($_modifier['category'], 'Other') !== false) { if ($_modifier['category'] === 'Other-Income') { $income_outgoing = 'income'; } else { $income_outgoing = 'outgoing'; Loading