Skip to content

Commit

Permalink
Merge pull request #98 from danielebuso/feat_dati_documento_correlato
Browse files Browse the repository at this point in the history
Fix DatiContratto su DatiDocumentiCorrelati
  • Loading branch information
salgua authored Mar 2, 2022
2 parents 98b1095 + dfda94c commit f8a7ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codifiche/TipoDocumentoCorrelato.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
abstract class TipoDocumentoCorrelato
{
const OrdineAcquisto = 'DatiOrdineAcquisto';
const Contratto = 'DatiDocumentoCorrelato';
const Contratto = 'DatiContratto';
const Convenzione = 'DatiConvenzione';
const Ricezione = 'DatiRicezione';
const FattureCollegate = 'DatiFattureCollegate';
Expand Down

0 comments on commit f8a7ca7

Please sign in to comment.