-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Se agrega soporte para permitir agregar socios de negocio extranjeros
sin documentos
- Loading branch information
1 parent
dfab9e5
commit c2f6d9a
Showing
4 changed files
with
24 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,2 @@ | ||
arguments= | ||
auto.sync=false | ||
build.scans.enabled=false | ||
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER) | ||
connection.project.dir= | ||
eclipse.preferences.version=1 | ||
gradle.user.home= | ||
java.home= | ||
jvm.arguments= | ||
offline.mode=false | ||
override.workspace.settings=false | ||
show.console.view=false | ||
show.executions.view=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
xml/migration/2050_LVE_Se_actualiza_mensaje_de_error_para_cedula.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<Migrations> | ||
<Migration EntityType="LVE" Name="LVE Se actualiza mensaje de error para cedula" ReleaseNo="3.9.5" SeqNo="81001090"> | ||
<Step SeqNo="10" StepType="AD"> | ||
<PO AD_Table_ID="109" Action="U" Record_ID="53709" Table="AD_Message"> | ||
<Data AD_Column_ID="198" Column="MsgText" oldValue="Invalid Business Partner Value Format You should use the format [V, J, G, E][00000000] Example: V20000000 / J400000000">Invalid Business Partner Value Format | ||
You should use the format [V, J, G, E, X (External unkow)][00000000] | ||
Example: V20000000 / J400000000</Data> | ||
</PO> | ||
</Step> | ||
<Step SeqNo="20" StepType="AD"> | ||
<PO AD_Table_ID="119" Action="U" Record_ID="0" Table="AD_Message_Trl"> | ||
<Data AD_Column_ID="342" Column="MsgText" oldValue="Formato de C.I./R.I.F No Válido Debería usarl el formato [V, J, G, E][00000000] Ejemplo: V20000000 / J400000000">Formato de C.I./R.I.F No Válido | ||
Debería usarl el formato [V, J, G, E, X (Para Extranjeros sin Documento)][00000000] | ||
Ejemplo: V20000000 / J400000000</Data> | ||
<Data AD_Column_ID="6767" Column="AD_Message_ID" oldValue="53709">53709</Data> | ||
<Data AD_Column_ID="341" Column="AD_Language" oldValue="es_MX">es_MX</Data> | ||
</PO> | ||
</Step> | ||
</Migration> | ||
</Migrations> |