Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Feb 16, 2024
1 parent e3eb5d4 commit 7252a9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
account = A
return TRUE

var/acc_num = input("Enter account number", "Account linking", ID.associated_account_number) as num|null
var/acc_num = input("Enter account number", "Account linking", ID?.associated_account_number) as num|null
if(!acc_num)
return

Expand Down

0 comments on commit 7252a9a

Please sign in to comment.