Merge branch 'qwann/k-fet/stock_update' into 'k-fet'
fixes #127 Si je ne me trompe pas, c'était juste un selecteur jQuery qui ne fonctionnait pas. fixes #127 See merge request !156
This commit is contained in:
commit
d5bf249212
1 changed files with 1 additions and 1 deletions
|
@ -1251,7 +1251,7 @@ $(document).ready(function() {
|
|||
}
|
||||
for (var i=0; i<data['articles'].length; i++) {
|
||||
article = data['articles'][i];
|
||||
articles_container.find('[data-article='+article['id']+'] .stock')
|
||||
articles_container.find('#data-article-'+article['id']+' .stock')
|
||||
.text(article['stock']);
|
||||
}
|
||||
if (data['addcost']) {
|
||||
|
|
Loading…
Reference in a new issue