Compare commits
1 commit
be957b54b4
...
5612109024
Author | SHA1 | Date | |
---|---|---|---|
5612109024 |
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