fix spelling
This commit is contained in:
parent
4bdff598be
commit
fd15992ddf
@ -705,6 +705,8 @@ if (!empty($usemargins) && $user->rights->margins->creer)
|
|||||||
} ?>
|
} ?>
|
||||||
<?php
|
<?php
|
||||||
} ?>
|
} ?>
|
||||||
|
each(data.array_options) {
|
||||||
|
}
|
||||||
},
|
},
|
||||||
'json'
|
'json'
|
||||||
);
|
);
|
||||||
|
|||||||
@ -192,7 +192,7 @@ if (!empty($action) && $action == 'fetch' && !empty($id))
|
|||||||
'tva_tx' => $outtva_tx,
|
'tva_tx' => $outtva_tx,
|
||||||
'qty' => $outqty,
|
'qty' => $outqty,
|
||||||
'discount' => $outdiscount,
|
'discount' => $outdiscount,
|
||||||
'array_option'=>$object->array_options);
|
'array_options'=>$object->array_options);
|
||||||
}
|
}
|
||||||
|
|
||||||
echo json_encode($outjson);
|
echo json_encode($outjson);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user