소스 검색

Correctif champs 'saterday'

feature/souke
Guillaume Bourgeois 7 달 전
부모
커밋
3f49a643fa
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      backend/views/point-sale/index.php
  2. +1
    -1
      backend/views/subscription/index.php

+ 1
- 1
backend/views/point-sale/index.php 파일 보기

@@ -89,7 +89,7 @@ $this->addButton(
'wednesday' => 'Mercredi',
'thursday' => 'Jeudi',
'friday' => 'Vendredi',
'saterday' => 'Samedi',
'saturday' => 'Samedi',
'sunday' => 'Dimanche',
],
'value' => function ($model) use ($pointSaleModule) {

+ 1
- 1
backend/views/subscription/index.php 파일 보기

@@ -139,7 +139,7 @@ $subscriptionsArray = Subscription::searchAll() ;
'wednesday' => 'Mercredi',
'thursday' => 'Jeudi',
'friday' => 'Vendredi',
'saterday' => 'Samedi',
'saturday' => 'Samedi',
'sunday' => 'Dimanche',
],
'headerOptions' => ['class' => 'column-hide-on-mobile'],

Loading…
취소
저장