Enable Pro mode
This commit is contained in:
parent
4132eb3a3c
commit
11c5370962
1 changed files with 1 additions and 0 deletions
|
@ -1018,6 +1018,7 @@ payOwner p d x =
|
||||||
(select ["_id" =: ownerId] "owners")
|
(select ["_id" =: ownerId] "owners")
|
||||||
[ "$set" =:
|
[ "$set" =:
|
||||||
[ "paid" =: True
|
[ "paid" =: True
|
||||||
|
, "invoices" =: True
|
||||||
, "expiration" =:
|
, "expiration" =:
|
||||||
posixSecondsToUTCTime
|
posixSecondsToUTCTime
|
||||||
(fromInteger
|
(fromInteger
|
||||||
|
|
Loading…
Reference in a new issue