Browse Source

[Administration] Points de vente : correctif controller

feature/rotating_product
Guillaume Bourgeois 5 months ago
parent
commit
6dd28bfb93
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/controllers/PointSaleController.php

+ 1
- 1
backend/controllers/PointSaleController.php View File

@@ -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.');

Loading…
Cancel
Save