diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 57c239c1c25cdb48572c978a6b49230191158c07..97a823ef8a70118751865319ebc042f53d0b08d9 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4,9 +4,14 @@
 
 1/29/18
 
+	313
+	-fixed bad cashFormat()
+
 	312
 	-phase 5 completed
 	-minor fixes
+	-anon's $PC.trading tweaks to the corp
+	-fixed the possibility of use counts going negative in glory holes
 
 	311
 	-anon's labReport fix
diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw
index c2675d74b5f59f9551f53912ef92d53505c7cb98..8c623e50ba5790ef65334c364af720265527eef6 100644
--- a/src/uncategorized/persBusiness.tw
+++ b/src/uncategorized/persBusiness.tw
@@ -643,7 +643,7 @@
 		<<if !isInt(_dataGain)>>
 			<br>@@.red;Error, dataGain is NaN@@
 		<<else>>
-			You are selling the data collected by your security department, which earns a discreet sum of @@.yellowgreen;<<print cashformat(_dataGain)>>@@.
+			You are selling the data collected by your security department, which earns a discreet sum of @@.yellowgreen;<<print cashFormat(_dataGain)>>@@.
 			<<set $cash += _dataGain>>
 			Many of your citizens are not enthusiastic of this however, @@.red;damaging your authority@@.
 			<<set $authority -= 50>>