Merge tag 'Hotfix-2' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
Finish Hotfix-2
This commit is contained in:
@@ -43,7 +43,7 @@ public class DocumentRules extends QueryRules {
|
|||||||
public static String getCodPagaDocV(DtbDoct dtbDoct) {
|
public static String getCodPagaDocV(DtbDoct dtbDoct) {
|
||||||
if (!UtilityString.isNullOrEmpty(dtbDoct.getDtbTipi().getCodPaga())) {
|
if (!UtilityString.isNullOrEmpty(dtbDoct.getDtbTipi().getCodPaga())) {
|
||||||
return dtbDoct.getDtbTipi().getCodPaga();
|
return dtbDoct.getDtbTipi().getCodPaga();
|
||||||
} else if (UtilityString.isNullOrEmpty(dtbDoct.getVtbClie().getCodPaga())) {
|
} else if (!UtilityString.isNullOrEmpty(dtbDoct.getVtbClie().getCodPaga())) {
|
||||||
return dtbDoct.getVtbClie().getCodPaga();
|
return dtbDoct.getVtbClie().getCodPaga();
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user