Merge branch 'accounting' into dev
This commit is contained in:
@@ -183,7 +183,7 @@ public class SqliteDb extends BaseDb implements AccountDb {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
rs.close();
|
rs.close();
|
||||||
return set;
|
return set == null ? transactionTags : set;
|
||||||
} catch (SQLException e){
|
} catch (SQLException e){
|
||||||
throw failedToLoadMembers(accountId);
|
throw failedToLoadMembers(accountId);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user