Browse Source

Correctif champs 'saterday'

feature/souke
Guillaume Bourgeois 8 months ago
parent
commit
3f49a643fa
2 changed files with 2 additions and 2 deletions
  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 View File

'wednesday' => 'Mercredi', 'wednesday' => 'Mercredi',
'thursday' => 'Jeudi', 'thursday' => 'Jeudi',
'friday' => 'Vendredi', 'friday' => 'Vendredi',
'saterday' => 'Samedi',
'saturday' => 'Samedi',
'sunday' => 'Dimanche', 'sunday' => 'Dimanche',
], ],
'value' => function ($model) use ($pointSaleModule) { 'value' => function ($model) use ($pointSaleModule) {

+ 1
- 1
backend/views/subscription/index.php View File

'wednesday' => 'Mercredi', 'wednesday' => 'Mercredi',
'thursday' => 'Jeudi', 'thursday' => 'Jeudi',
'friday' => 'Vendredi', 'friday' => 'Vendredi',
'saterday' => 'Samedi',
'saturday' => 'Samedi',
'sunday' => 'Dimanche', 'sunday' => 'Dimanche',
], ],
'headerOptions' => ['class' => 'column-hide-on-mobile'], 'headerOptions' => ['class' => 'column-hide-on-mobile'],

Loading…
Cancel
Save