mirror of
https://github.com/sigmasternchen/NurseBot
synced 2025-03-16 00:28:58 +00:00
fix for business cards
This commit is contained in:
parent
1647df1051
commit
1ba7685182
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ public class BusinessCards implements Module {
|
||||||
used.add(foundField);
|
used.add(foundField);
|
||||||
|
|
||||||
BusinessCardsEntry entry = new BusinessCardsEntry();
|
BusinessCardsEntry entry = new BusinessCardsEntry();
|
||||||
|
entry.pseudoDefault();
|
||||||
entry.setValue(value);
|
entry.setValue(value);
|
||||||
card.add(entry);
|
card.add(entry);
|
||||||
foundField.add(entry);
|
foundField.add(entry);
|
||||||
|
|
Loading…
Reference in a new issue