/**
  * @param ListMapper $listMapper
  */
 protected function configureListFields(ListMapper $listMapper)
 {
     parent::configureListFields($listMapper);
     $listMapper->add('tiers', null, array('label' => $this->getFieldLabel('tiers')))->add('numero_piece', null, array('label' => $this->getFieldLabel('numero_piece')))->add('date_piece', null, array('label' => $this->getFieldLabel('date_piece'), 'template' => $this->_bundle_name . ':CRUD:list_date_piece.html.twig'))->add('devise.alias', null, array('label' => $this->getFieldLabel('devise_id')))->add('montant_HT_en_devise', 'money', array('label' => $this->getFieldLabel('montant_HT_en_devise'), 'template' => 'ApplicationSonataClientOperationsBundle:CRUD:montant_HT_en_devise.html.twig'))->add('mois', null, array('label' => $this->getFieldLabel('mois'), 'template' => $this->_bundle_name . ':CRUD:list_mois.html.twig'))->add('taux_de_change', null, array('label' => $this->getFieldLabel('taux_de_change')))->add('HT', 'money', array('label' => $this->getFieldLabel('HT'), 'template' => 'ApplicationSonataClientOperationsBundle:CRUD:HT.html.twig'))->add('commentaires', null, array('label' => $this->getFieldLabel('commentaires')));
     $this->postConfigureListFields($listMapper);
 }
 /**
  * @param ListMapper $listMapper
  */
 protected function configureListFields(ListMapper $listMapper)
 {
     parent::configureListFields($listMapper);
     $listMapper->add('n_ligne', null, array('label' => $this->getFieldLabel('n_ligne')))->add('date_piece', null, array('label' => 'Mois TVA', 'template' => $this->_bundle_name . ':CRUD:list_date_piece_2.html.twig'))->add('nomenclature', null, array('label' => $this->getFieldLabel('nomenclature')))->add('pays_destination.code', null, array('label' => $this->getFieldLabel('pays_id_destination')))->add('valeur_fiscale', 'money', array('label' => $this->getFieldLabel('valeur_fiscale'), 'template' => 'ApplicationSonataClientOperationsBundle:CRUD:valeur_fiscale.html.twig'))->add('regime', null, array('label' => $this->getFieldLabel('regime')))->add('valeur_statistique', 'money', array('label' => $this->getFieldLabel('valeur_statistique'), 'template' => 'ApplicationSonataClientOperationsBundle:CRUD:valeur_statistique.html.twig'))->add('masse_mette', null, array('label' => $this->getFieldLabel('masse_mette')))->add('unites_supplementaires', null, array('label' => $this->getFieldLabel('unites_supplementaires')))->add('nature_transaction', null, array('label' => $this->getFieldLabel('nature_transaction')))->add('conditions_livraison', null, array('label' => $this->getFieldLabel('conditions_livraison')))->add('mode_transport', null, array('label' => $this->getFieldLabel('mode_transport')))->add('departement', null, array('label' => $this->getFieldLabel('departement')))->add('pays_origine.code', null, array('label' => $this->getFieldLabel('pays_id_origine')));
     $this->postConfigureListFields($listMapper);
 }