# July 9 - Bugfixes and Improvements

**Bugfixes**

* Fixed issue saving/displaying shipping date off by one day (-1 day) when setting shipping date in shipping addresses.
* Solved error when trying to create a receiving order and product vendor is soft deleted.
* Fixed crashing backend call error on editing purchase order line.
* Fixed wrong date formatting in orders module for dynamic shipping dates.
* Fixed bug on removing a product with purchase orders already created and purchase orders lines were not being removed.

**Improvements**

* Now using dynamic years instead of fixed years values in card payment view.
* Disable order's shipping date in orders module list when shipping date was calculated dynamically using distribution addresses shipping dates.
* Replace all purchase orders lines hard deletion with soft deletion.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.culturestudio.com/release-notes/decorator-platform/july-9-bugfixes-and-improvements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
