makes economy use managed globals for vv (#4501)

Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
silicons
2022-10-07 18:30:53 -05:00
committed by GitHub
co-authored by VM_USER <VM_USER>
parent b6ec7b3919
commit 54f0eb4ee8
18 changed files with 107 additions and 108 deletions
@@ -302,7 +302,7 @@
T.purpose = "Purchase of [(devtype == 1) ? "laptop computer" : "tablet microcomputer"]."
T.amount = total_price
T.source_terminal = src.name
T.date = current_date_string
T.date = GLOB.current_date_string
T.time = stationtime2text()
customer_account.transaction_log.Add(T)
return 1