Merge pull request #2313 from CihanSenturk/master

Missing country, city, etc columns for import files.
This commit is contained in:
Cüneyt Şentürk 2021-11-17 18:25:40 +03:00 committed by GitHub
commit fff2a6a515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class DocumentItem extends FormRequest
*/
public function rules()
{
if (Str::contains($item['quantity'], ['.', ','])) {
if (Str::contains($this->request->get('quantity'), ['.', ','])) {
$this->quantity_size = 7;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.