Explorar el Código

PRS DESKTOP - fixed typo for Purchase Order Report

Nick-PRSDigital@bitbucket.org hace 2 años
padre
commit
b180763b30
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      prs.desktop/MainWindow.xaml.cs

+ 1 - 1
prs.desktop/MainWindow.xaml.cs

@@ -1807,7 +1807,7 @@ namespace PRSDesktop
             }
             else if (model.AsDictionary.ContainsKey(typeof(PurchaseOrder)))
             {
-                title = "Purchase Order";
+                title = "Purchase Order ";
                 CoreTable table = model.AsDictionary[typeof(PurchaseOrder)];
                 if (table.Rows.Count == 1)
                     title = title + table.Rows.FirstOrDefault().Get<PurchaseOrder, string>(x => x.PONumber);