소스 검색

[Administration] Points de vente : correctif controller

feature/rotating_product
Guillaume Bourgeois 9 달 전
부모
커밋
6dd28bfb93
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      backend/controllers/PointSaleController.php

+ 1
- 1
backend/controllers/PointSaleController.php 파일 보기

@@ -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…
취소
저장