Merge pull request #81 from refilc/dev

Dev
This commit is contained in:
Márton Kiss 2023-12-26 00:06:19 +01:00 committed by GitHub
commit fb70b2be38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 5 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "filcnaplo_premium"]
[submodule "naplo-plus"]
path = filcnaplo_premium
url = git@github.com:refilc/naplo-plus.git

View File

@ -3,7 +3,7 @@ description: "Nem hivatalos e-napló alkalmazás az e-Kréta rendszerhez"
homepage: https://refilc.hu
publish_to: "none"
version: 4.5.0+236
version: 4.5.0+237
environment:
sdk: ">=2.17.0 <3.0.0"

View File

@ -156,9 +156,8 @@ class SendRecipient {
});
factory SendRecipient.fromJson(Map json, SendRecipientType type) {
print(json);
return SendRecipient(
id: int.parse(json['kretaAzonosito'] ?? '0'),
id: json['kretaAzonosito'] ?? 0,
kretaId: json['kretaAzonosito'],
name: json['nev'],
type: type,

@ -1 +1 @@
Subproject commit 078142a3dc2fce9eddb6f608923055943ec4d5e6
Subproject commit 1c11338d208a6c8b881c7a28f8593649c37a1b0a