adjust documentation

This commit is contained in:
Daniel Seifert 2020-08-13 09:15:54 +02:00
parent 9edbaf8adf
commit 04865a60ed
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ Das Modul enthält die selbe Funktionalität wie das `OXID Invoice-PDF`-Modul. D
Deaktivieren Sie das OXID InvoicePDF Modul im Adminbereich Ihres Shops. Deaktivieren Sie das OXID InvoicePDF Modul im Adminbereich Ihres Shops.
```bash ```bash
composer require d3/pdfdocuments_compat --update-no-dev composer require d3/pdfdocuments_compat:^1.0 --update-no-dev
``` ```
Löschen Sie die Dateien des OXID InvoicePDF Moduls. Löschen Sie die Dateien des OXID InvoicePDF Moduls.

View File

@ -17,7 +17,7 @@ The admin form for document generation is not copied here, because it is already
- PHP version for which installation packages are available (PHP 7) - PHP version for which installation packages are available (PHP 7)
- Installation via Composer - Installation via Composer
## compatibility: ## Compatibility:
The module contains the same functionality as the `OXID Invoice PDF` module. Since it is intended to replace its function, the OXID module is uninstalled. The module contains the same functionality as the `OXID Invoice PDF` module. Since it is intended to replace its function, the OXID module is uninstalled.
@ -26,7 +26,7 @@ The module contains the same functionality as the `OXID Invoice PDF` module. Sin
Disable the OXID InvoicePDF module in the admin area of your shop. Disable the OXID InvoicePDF module in the admin area of your shop.
```bash ```bash
composer require d3/pdfdocuments_compat --update-no-dev composer require d3/pdfdocuments_compat:^1.0 --update-no-dev
``` ```
Delete the files of the OXID InvoicePDF module. Delete the files of the OXID InvoicePDF module.