Yarik
/
artbox-order
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
708098c0b0eb7ea0d06b447efbeccf24e8ff3194
Authored by
Alexey Boroda
2017-08-30 18:47:30 +0300
1 parent
b6da6360
-Min value for order product count
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
controllers/OrderProductController.php
Inline
Side-by-side
controllers/OrderProductController.php
Wrap text
Show/Hide comments
View file @
708098c
...
...
@@ -197,6 +197,7 @@
197
197
empty($count) ? 1 : $count,
198
198
[
199
199
'class' => 'form-control count-input',
200
+ 'min' => 1,
200
201
]
201
202
);
202
203
$result .= '</div><div class="col-md-1">';
...
...