Fix icone stampa e log x AL TT

This commit is contained in:
Samuele Locatelli
2014-03-14 17:23:56 +01:00
parent f2f9d0a8ed
commit 95d536410a
5 changed files with 4 additions and 1 deletions
+3
View File
@@ -336,6 +336,9 @@
<Content Include="images\consumaUDC_l.png" />
<Content Include="images\consumaUDC_m.png" />
<Content Include="images\consumaUDC_s.png" />
<Content Include="images\stampaAL_l.png" />
<Content Include="images\stampaAL_m.png" />
<Content Include="images\stampaAL_s.png" />
<Content Include="images\creaAL_l.png" />
<Content Include="images\creaAL_m.png" />
<Content Include="images\creaAL_s.png" />
+1 -1
View File
@@ -339,7 +339,7 @@ namespace GMW.WebUserControls
// lancio stampa
MagClass.magazzino.stampaAL(AL, Postazione.printer, tipoCartellino.cartAL, Request.UserHostName);
// registro creazione AL
MagClass.magazzino.taSAO.insertQuery(DateTime.Now, MagClass.magazzino.CodSoggCurrUser, Postazione.name, Postazione.IP, AL, "", "creaAL", string.Format("Creato AL RX su linea {0}, note: {1} ", Postazione.currCodLinea, noteTrim));
MagClass.magazzino.taSAO.insertQuery(DateTime.Now, MagClass.magazzino.CodSoggCurrUser, Postazione.name, Postazione.IP, AL, "", "creaAL", string.Format("Creato AL TT su linea {0}, note: {1} ", Postazione.currCodLinea, noteTrim));
Postazione.CssClass = "stileAttesa";
Postazione.warningText = "";
Postazione.messaggiText = traduci("cartAlStampato");
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 903 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B