J
Asked
hello
Billing Company Custom Field 1.2.3.4.5.6 Customer Custom Field 1/6 Why does that show up on my invoices?
Billing Company Custom Field 1.2.3.4.5.6 Customer Custom Field 1/6 Why does that show up on my invoices?
- MSAnsweredHello,
If custom fields have values, those will be display on invoice.
If you need to change the label `Billing Company Custom Field 1-6` to something else, you can edit the language file `app/language/english/sim_lang.php` line 18 - 29
If you no need display them, then you can modify the sale view files `themes/default/views/sales/view_invoice_modal.php`, `themes/default/views/sales/view_invoice.php`, `themes/default/views/sales/view_quote_modal.php` & `themes/default/views/sales/view_quote.php` and remove line with `$biller->cf1` - `$biller->cf6` for biller and `$customer->cf1` - `$customer->cf6` for customers.
Thank you - NCAnsweredI have same problem. It looks very bad if you add Billing Company Field. It also write log sentence in invoice. No use of this.
- MSAnswered**[Nehal Chavda](/u/leonehal)** Hello,
If you read my reply, I have already told how to change the labels.
> If you need to change the label Billing Company Custom Field 1-6 to something else, you can edit the language file app/language/english/sim_lang.php line 18 - 29
Thank you - Login to Reply