Jump to content

Ta bort EN testorder


Recommended Posts

  • 3 years later...

Hur gör man i ver 1.5.2?

 

Svar:

 

FILE: WEB_ROOT/controllers/admin/AdminOrdersController.php

 

public function __construct()

{

$this->table = 'order';

$this->className = 'order';

$this->lang = false;

$this->addRowAction('view');

$this->addRowAction('delete');

$this->explicitSelect = true;

NOTE the $this->addRowAction('delete'); is added to the constructor

Edited by cronberg (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...