Merge pull request #2313 from CihanSenturk/master
Missing country, city, etc columns for import files.
This commit is contained in:
commit
fff2a6a515
@ -16,7 +16,7 @@ class DocumentItem extends FormRequest
|
|||||||
*/
|
*/
|
||||||
public function rules()
|
public function rules()
|
||||||
{
|
{
|
||||||
if (Str::contains($item['quantity'], ['.', ','])) {
|
if (Str::contains($this->request->get('quantity'), ['.', ','])) {
|
||||||
$this->quantity_size = 7;
|
$this->quantity_size = 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user