forked from DGNum/gestioCOF
Add article display to Config callback
This commit is contained in:
parent
01295d464d
commit
f0a80561ed
1 changed files with 1 additions and 5 deletions
|
@ -131,10 +131,6 @@
|
|||
<input type="hidden" id="article_id" value="">
|
||||
</div>
|
||||
<div id="articles_data">
|
||||
<table>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row kpsul_middle_left_bottom">
|
||||
|
@ -833,10 +829,10 @@ $(document).ready(function() {
|
|||
function hardReset(give_tri_focus=true) {
|
||||
coolReset(give_tri_focus);
|
||||
kpsul.checkout_manager.reset();
|
||||
kpsul.article_manager.reset_data();
|
||||
resetPreviousOp();
|
||||
khistory.reset();
|
||||
Config.reset(function() {
|
||||
kpsul.article_manager.reset_data();
|
||||
displayAddcost();
|
||||
getHistory();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue