Преглед изворни кода

PRS DESKTOP - fixed typo for Purchase Order Report

Nick-PRSDigital@bitbucket.org пре 2 година
родитељ
комит
b180763b30
1 измењених фајлова са 1 додато и 1 уклоњено
  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);