We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2951a07 commit b6628b5Copy full SHA for b6628b5
1 file changed
modules/preventivi/buttons.php
@@ -77,7 +77,7 @@
77
<i class="fa fa-file-o"></i> '.tr('Attività').'
78
</a>
79
80
- <a class="'.($disabled ? '' : 'disabled').' btn dropdown-item" data-href="'.$structure->fileurl('crea_documento.php').'?id_module='.$id_module.'&id_record='.$id_record.'&documento=ddt" data-widget="modal" data-title="'.tr('Crea ordine cliente').'">
+ <a class="'.($disabled ? '' : 'disabled').' btn dropdown-item" data-href="'.$structure->fileurl('crea_documento.php').'?id_module='.$id_module.'&id_record='.$id_record.'&documento=ddt" data-widget="modal" data-title="'.tr('Crea DDT in uscita').'">
81
<i class="fa fa-truck"></i> '.tr('DDT in uscita').'
82
83
0 commit comments