VM 2.0.18a
On my development site, in the back end Orders page Name is shown as Company First_Name First_Name - see attached image.
Anyone else seen this?
Which file contains the code for this view?
[attachment cleanup by admin]
Found the problem:
Line 70 of
administrator\com_virtuemart \views\orders\tmpl\order.php has
$username.=$this->orderbt->first_name." ".$this->orderbt->first_name." ";
which in an override I have changed to
$username.=$this->orderbt->first_name." ".$this->orderbt->last_name." ";
What is the proper way to report this so it gets corrected?
Thank you, report verified and locally fixed.
if a report like this is maybe ignored, write a pm to me,...