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
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.