Bladeren bron

[Administration] Points de vente : correctif controller

feature/rotating_product
Guillaume Bourgeois 5 maanden geleden
bovenliggende
commit
6dd28bfb93
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      backend/controllers/PointSaleController.php

+ 1
- 1
backend/controllers/PointSaleController.php Bestand weergeven

@@ -141,7 +141,7 @@ class PointSaleController extends BackendController
}
}

public function initPaymentMethodOnsiteByCreditFunctioning(PointSale $pointSale)
public function initPaymentMethodsByCreditFunctioning(PointSale $pointSale)
{
if($this->getPointSaleModule()->getBuilder()->initPaymentMethodsByCreditFunctioning($pointSale)) {
$this->addFlash('info', 'Le paiement sur place a été ajusté par rapport au fonctionnement de la cagnotte.');

Laden…
Annuleren
Opslaan