Преглед на файлове

Removed Qty from PO-Linked Bill Line Descriptions

frogsoftware преди 9 месеца
родител
ревизия
4f59f2a403
променени са 4 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      prs.desktop/Panels/Suppliers/Bills/SupplierBillLineGrid.cs
  2. 1 1
      prs.desktop/prsdesktop.iss
  3. 1 1
      prs.licensing/PRSLicensing.iss
  4. 1 1
      prs.server/PRSServer.iss

+ 1 - 1
prs.desktop/Panels/Suppliers/Bills/SupplierBillLineGrid.cs

@@ -549,7 +549,7 @@ public class SupplierBillLineGrid : DynamicOneToManyGrid<Bill, BillLine>
                     var description = row.Get<PurchaseOrderItem, String>(x => x.Description);
                     if (String.IsNullOrWhiteSpace(description))
                         description = row.Get<PurchaseOrderItem, String>(x => x.Product.Name);
-                    line.Description = $"{row.Get<PurchaseOrderItem, double>(x => x.Qty):F2} x {description}";
+                    line.Description = description; //$"{row.Get<PurchaseOrderItem, double>(x => x.Qty):F2} x {description}";
 
                     lines.Add(line);
                 }

+ 1 - 1
prs.desktop/prsdesktop.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Desktop"
-#define MyAppVersion "8.16"
+#define MyAppVersion "8.16a"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSDesktop.exe"

+ 1 - 1
prs.licensing/PRSLicensing.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Licensing"
-#define MyAppVersion "8.16"
+#define MyAppVersion "8.16a"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSLicensing.exe"

+ 1 - 1
prs.server/PRSServer.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Server"
-#define MyAppVersion "8.16"
+#define MyAppVersion "8.16a"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSServer.exe"