mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
1432acfc83
@ -327,3 +327,22 @@ echo '
|
||||
</div>
|
||||
</div>
|
||||
</div>';
|
||||
|
||||
echo '
|
||||
<script>
|
||||
|
||||
$("#idsede_partenza").change(function(){
|
||||
updateSelectOption("idsede_partenza", $(this).val());
|
||||
session_set("superselect,idsede_partenza", $(this).val(), 0);
|
||||
|
||||
$("#idarticolo").selectReset();
|
||||
});
|
||||
|
||||
$("#idsede_destinazione").change(function(){
|
||||
updateSelectOption("idsede_destinazione", $(this).val());
|
||||
session_set("superselect,idsede_destinazione", $(this).val(), 0);
|
||||
|
||||
$("#idarticolo").selectReset();
|
||||
});
|
||||
|
||||
</script>';
|
@ -164,7 +164,7 @@ echo '
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
{[ "type": "ckeditor", "use_full_ckeditor": 1, "label": "<?php echo tr('Condizioni generali di fornitura'); ?>", "name": "condizioni_fornitura", "class": "autosize", "value": "$condizioni_fornitura$" ]}
|
||||
{[ "type": "ckeditor", "use_full_ckeditor": 0, "label": "<?php echo tr('Condizioni generali di fornitura'); ?>", "name": "condizioni_fornitura", "class": "autosize", "value": "$condizioni_fornitura$" ]}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user