---
title: "How to change the default Billing Option for Users created in the Nerve Center."
slug: "how-to-change-the-default-billing-option-for-users-created-in-the-nerve-center"
updated: 2024-04-03T13:19:24Z
published: 2024-04-03T13:19:24Z
canonical: "kb.pharos.com/how-to-change-the-default-billing-option-for-users-created-in-the-nerve-center"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.pharos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to change the default Billing Option for Users created in the Nerve Center.

How to change the default Billing Option for Users created in the Nerve Center.

---

Locate the modifypatron.asp file, which should be located under Inetpub\wwwroot\SignUp. This can be edited with any text editor, such as Notepad.

In modifypatron.asp search for the text:

```plaintext
if (IsNewId)
{
ModifyUser();

Replace it with:

if (IsNewId)
{
User.BillingOption = "Arrears";
ModifyUser();
```

Save the file and restart IIS.

## Related

- [Pharos Omega PS60 1.1.0 Firmware](/pharos-omega-ps60-110-firmware.md)
- [The LDF file can not be created when attaching it to SQL Server and I also receive an error message](/the-ldf-file-can-not-be-created-when-attaching-it-to-sql-server-and-i-also-receive-an-error-message.md)
- ['Billing cancelled by plug-in: AT&T replied invalid transaction for tender:01'.](/billing-cancelled-by-plug-in-att-replied-invalid-transaction-for-tender01.md)
- [Pharos iMFP for HP Version 2.x Cost Center Limitations](/pharos-imfp-for-hp-version-2x-cost-center-limitations.md)
- [How do I credit or debit a group of users?](/how-do-i-credit-or-debit-a-group-of-users.md)
