Skip to content

Commit

Permalink
Rese non modificabili coordinate bancarie
Browse files Browse the repository at this point in the history
  • Loading branch information
rpucciarelli committed Jan 7, 2015
1 parent aafb40b commit 3440954
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Expand Up @@ -242,7 +242,7 @@ public boolean isROAbiCab() {
*/
public boolean isROBanca() {

if (isPerCessione() || isOrigineStipendi())
if (isPerCessione() || isOrigineStipendi()|| getPg_banca()!=null)
return true;
if (getFl_cancellato()==null)
return false;
Expand Down
Expand Up @@ -49,7 +49,6 @@
property="codice_swift"
label="Codice swift"
inputType="text"
readonlyProperty="ROBanca"
/>
<fieldProperty
name="quietanza"
Expand All @@ -70,7 +69,6 @@
property="intestazione"
label="Intestazione"
inputType="text"
readonlyProperty="ROBanca"
nullable="false"
/>
<fieldProperty
Expand Down

0 comments on commit 3440954

Please sign in to comment.