[Alba-desarrollo] SVN Alba r4611 - prosistem/alba/trunk/alba/apps/principal/modules/cuenta/templates

commits en pressenter.com.ar commits en pressenter.com.ar
Lun Mayo 7 20:07:16 CEST 2007


Author: hsanchez
Date: 2007-05-07 15:07:14 -0300 (Mon, 07 May 2007)
New Revision: 4611

Modified:
   prosistem/alba/trunk/alba/apps/principal/modules/cuenta/templates/verCompletaSuccess.php
Log:
Cambiando el campo relacion por el fk en la cuenta

Modified: prosistem/alba/trunk/alba/apps/principal/modules/cuenta/templates/verCompletaSuccess.php
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/modules/cuenta/templates/verCompletaSuccess.php	2007-05-07 17:57:46 UTC (rev 4610)
+++ prosistem/alba/trunk/alba/apps/principal/modules/cuenta/templates/verCompletaSuccess.php	2007-05-07 18:07:14 UTC (rev 4611)
@@ -134,7 +134,7 @@
     <td><?echo $responsable->getNroDocumento();?></td>
     <td><?echo $responsable->getDireccion();?></td>
     <td><?echo $responsable->getCiudad();?></td>
-    <td><?echo $responsable->getRelacion();?></td>
+    <td><?echo $responsable->getRolResponsable();?></td>
     <td><?echo $responsable->getAutorizacionRetiro() == 1 ? "Si" : "No";?></td>
     <td><?echo $responsable->getTelefono();?></td>
     <td>




Más información sobre la lista de distribución Alba-desarrollo