Merge pull request #2977 from CihanSenturk/fix-number-digit-component-label

fix number digit component label
This commit is contained in:
Cüneyt Şentürk
2023-05-31 10:57:43 +03:00
committed by GitHub
2 changed files with 2 additions and 6 deletions

View File

@ -20,11 +20,7 @@ class NumberDigit extends Form
if (empty($this->name)) {
$this->name = 'number_digit';
}
if (empty($this->label)) {
$this->label = trans('settings.invoice.digit');
}
$this->number_digits = [
'1' => '1',
'2' => '2',