Reply To: Cannot add new customers

#1269
RRowley
Participant

Please try the following:

In the templates/default/customers/create.tpl file, find the “SELECT” statement for the “parent_customer_id” field. Approximately line 125. Modify the line following the “SELECT” statement remove the value setting of blank, so it looks like this:

<option value></option>

If that works for you, I’ll make it a permanent fix.