Jump to content

Back Office - Numéro de facture dans la liste des commandes


Recommended Posts

Essayez d'ajouter cet article:

Try to add this item:

'invoice_number' => array(
    'title' => $this->l('Invoice no.')
),

to the $this->fields_list array in the /controllers/admin/AdminOrdersController.php file. Note: not tested.

  • Like 2
Link to comment
Share on other sites

Essayez d'ajouter cet article:

Try to add this item:

'invoice_number' => array(
    'title' => $this->l('Invoice no.')
),

to the $this->fields_list array in the /controllers/admin/AdminOrdersController.php file. Note: not tested.

 

Merci, c'est exactement ça !

Link to comment
Share on other sites

  • 2 years later...
  • 2 months later...
  • 3 years later...
On 6/21/2017 at 5:10 PM, laurent75014 said:

Bonjour,

J'ai mis le code suivant avec Prestashop : 1.6.1.4


		$this->fields_list['invoice_number'] = array(
			'title' => $this->l('Invoice no.'),
			'havingFilter' => true,
		);	

Super ça a fonctionné chez moi aussi avec 1.7.6.4

En revanche dans /override/controllers/admin/AdminOrdersController.php (plus propre je crois)

Link to comment
Share on other sites

  • 5 months later...
  • 4 weeks later...
  • 3 months 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...