Nome cliente in firma Wacom
This commit is contained in:
parent
3ccd27fae4
commit
b5f8c747ef
|
@ -19,6 +19,8 @@
|
|||
|
||||
include_once __DIR__.'/../../../core.php';
|
||||
|
||||
$intervento = Modules\Interventi\Intervento::find($id_record);
|
||||
|
||||
echo '
|
||||
<script src="'.$rootdir.'/assets/dist/js/wacom.min.js"></script>';
|
||||
|
||||
|
@ -84,7 +86,7 @@ echo '
|
|||
stuCapDialog.addEventListener("ok", function() {
|
||||
renderSignature();
|
||||
});
|
||||
stuCapDialog.open(mSigObj, "", "'.tr('Firma').'", [], Module.KeyType.SHA512, documentHash);
|
||||
stuCapDialog.open(mSigObj, "'.$intervento->anagrafica->ragione_sociale.'", "'.tr('Firma').'", [], Module.KeyType.SHA512, documentHash);
|
||||
}
|
||||
|
||||
function generateConfig() {
|
||||
|
|
Loading…
Reference in New Issue