Jump to content

ninaKrea

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • First Name
    Dirk
  • Last Name
    Helbert

ninaKrea's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. I searched for a while for this issue. If you want to remove the click you have to define it in your field list for each column with remove_onclick = true $this->fields_list = array( 'id_category' => array( 'title' => $this->l('Id'), 'width' => 140, 'type' => 'text', ), 'name' => array( 'title' => $this->l('Name'), 'width' => 140, 'type' => 'text', 'remove_onclick' => true ), );
  2. I don't know in which case the problem occurs. But from time to time the invoice pdf for new orders is missing. And the database entry in orders for invoice_number and invoice_date ist empty. I can manually fill the fields in database, but how can i then generate the pdf invoice? Is there someone with the same problem?
×
×
  • Create New...