Quellcode durchsuchen

Removed Qty from PO-Linked Bill Line Descriptions

frogsoftware vor 9 Monaten
Ursprung
Commit
4f59f2a403

+ 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"