Re: delete charges

Josh Hillman ( (no email) )
Tue, 11 Aug 1998 15:56:48 -0400

> From: Tommy Cheng <tommycheng@pcmagic.net>
> How do I delete charges which was created by consolidation process?
> After I did consolidation, there are few charges created for some of my
> users which I need to delete. Thanks.

Using ISQL, run the following, but make sure that these charges are NOT
already part of an existing invoice.

DELETE FROM Charges
WHERE ChargeID = 1234 /* the number you see next to the Charge in
a user's MBR under the History tab */

Josh Hillman
hillman@talstar.com