Skip to content

Commit

Permalink
BUG sulla lunghezza del nome dell'allegato alla fattura elettronica.
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Sep 25, 2015
1 parent affecba commit 31f481a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -35,7 +35,7 @@
columnName="NOME_ATTACHMENT"
propertyName="nomeAttachment"
sqlTypeName="VARCHAR"
columnSize="60"
columnSize="250"
nullable="false"
primary="true" />
</defaultColumnMap>
Expand All @@ -54,4 +54,4 @@
<persistentProperty
name="nomeAttachment"
partOfOid="true" />
</SQLPersistentInfo>
</SQLPersistentInfo>

0 comments on commit 31f481a

Please sign in to comment.