mirror of
https://github.com/sigmasternchen/NurseBot
synced 2025-03-15 08:08: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);
|
||||
|
||||
BusinessCardsEntry entry = new BusinessCardsEntry();
|
||||
entry.pseudoDefault();
|
||||
entry.setValue(value);
|
||||
card.add(entry);
|
||||
foundField.add(entry);
|
||||
|
|
Loading…
Reference in a new issue