Jump to content

Credit Slips 1.6.x


Recommended Posts

Try with this, backup database first just in case.

Then edit or create AdminSlipController.php in override/controllers/admin/ folder

<?php

class AdminSlipController extends AdminSlipControllerCore
{
    public function renderList()
    {
      $this->addRowAction('delete');

      return parent::renderList();
    }
}

That should give you option to delete credit slip in admin.

Link to comment
Share on other sites

Try with this, backup database first just in case.

Then edit or create AdminSlipController.php in override/controllers/admin/ folder

<?php

class AdminSlipController extends AdminSlipControllerCore
{
    public function renderList()
    {
      $this->addRowAction('delete');

      return parent::renderList();
    }
}

That should give you option to delete credit slip in admin.

Thank you razaro, I had not such file in that directory,  I am not a php expert, I cut and pasted, save and uploaded with the exact file name time. However I do not see a delte button. Not sure I am looking in the fight place or there was something extra needed.  Can you advise where the remove button should be?

Link to comment
Share on other sites

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...