Patch level : 12.0 1086

Files correlati     : ci1300ab.rep ci1300bb.rep ci1300a.rep ci1300a.msk ci1300b.rep ci1.exe

Commento        :

Aggiunti report per beneficiario alla stampa ore per risorsa/attrezzatura

aggiunto logo del beneficiario

sintassi da mettere nel prescript del campo immagine :
LOGO_BENEF
#THIS !

L'Id dell'immagine deve essere LOGO+<codice tipo lavoro>
This commit is contained in:
Alessandro Bonazzi 2021-10-09 11:49:07 +02:00
parent ae1ec7bc26
commit 1666f79520

View File

@ -72,8 +72,8 @@ bool TRil_ore_ris_report::execute_usr_word(unsigned int opcode, TVariant_stack&
id << _codtpl; id << _codtpl;
stack.push(id); stack.push(id);
key.add(_codcf); key.add(_codcf);
stack.push(key);
stack.push(CLI_OGGETTI); stack.push(CLI_OGGETTI);
stack.push(key);
stack.push(LF_CLIFO); stack.push(LF_CLIFO);
execute_usr_word(21, stack); execute_usr_word(21, stack);
} }