Skip to content

Commit a430a25

Browse files
committed
pasar
1 parent 3411ee9 commit a430a25

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+216
-2
lines changed

swtransito/swtransito/Conexion/BdComun.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public bool RealizarTransaccion(string[] cadena)
115115
Desconectar();
116116
state = true;
117117
}
118-
catch
118+
catch(Exception e)
119119
{
120120
Transa.Rollback();
121121
conexion.Close();

swtransito/swtransito/Content/Css/Stilo.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,8 @@ a#prev_page_button:hover {
142142
-webkit-align-items: center;
143143
align-items: center;
144144
}
145+
146+
.err {
147+
border: 1px solid #ed5565;
148+
box-shadow: none;
149+
}
16.3 KB
13.6 KB
15.1 KB
16.1 KB
14.9 KB
15 KB
15 KB
11.8 KB

0 commit comments

Comments
 (0)