Ajustement date mise en service si modification date achat
This commit is contained in:
parent
f829f84083
commit
b021cccd4e
1 changed files with 8 additions and 0 deletions
|
|
@ -167,3 +167,11 @@
|
|||
</form>
|
||||
|
||||
{{:admin_footer}}
|
||||
|
||||
<script type="text/javascript">
|
||||
(function () {
|
||||
document.getElementById('f_date_achat').addEventListener("change", (e) => {
|
||||
document.getElementById('f_date_mes').value = document.getElementById('f_date_achat').value;
|
||||
});
|
||||
})();
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue