Compare commits
1 commit
5612109024
...
be957b54b4
Author | SHA1 | Date | |
---|---|---|---|
be957b54b4 |
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ def valid_bic(field: str) -> bool:
|
|||
except ValueError:
|
||||
return False
|
||||
|
||||
|
||||
def valid_money_amount(field: str) -> bool:
|
||||
if not field:
|
||||
return False
|
||||
|
|
Loading…
Reference in a new issue