fixes bug#AL-1296

master
wallace.henrique 2023-01-30 09:54:12 -03:00
parent 3d6a3241e6
commit 6d5616422c
1 changed files with 1 additions and 0 deletions

View File

@ -1344,4 +1344,5 @@ public class PuntoVenta implements Serializable, Auditavel<PuntoVenta> {
public String getTextoInclusaoExclusao() {
return String.format("ID [%s]", getPuntoventaId());
}
}