This commit is contained in:
2022-02-07 21:25:26 +00:00
parent 45e9fcc30e
commit ae789b0c57
4 changed files with 26 additions and 21 deletions

View File

@@ -909,6 +909,7 @@ BUILD 8.0.0-beta.0.14 CHANGES OF NOTE
- Changed Material date picker to show adjacent months days
- work order item parts, removed serials from the table so it only displays in the edit form as during documentation realized it's eating up huge screen real estate
- Work order item labor, removed the service details from the Table so it only displays in the edit form as it's eating up a large amount of UI space unnecessarily.
- Work order item travel, removed the service details from the Table so it only displays in the edit form as it's eating up a large amount of UI space unnecessarily.
- work order, fixed null reference bug that would prevent a work order from being opened if it had a contract and a labor item with a null service rate (not set)
@@ -918,3 +919,4 @@ BUILD 8.0.0-beta.0.14 CHANGES OF NOTE