8
0
Bifurcation 0

adjust documentation

Cette révision appartient à :
Daniel Seifert 2020-08-13 09:15:54 +02:00
Parent 9edbaf8adf
révision 04865a60ed
Signé par: DanielS
ID de la clé GPG: 8A7C4C6ED1915C6F
2 fichiers modifiés avec 3 ajouts et 3 suppressions

Voir le fichier

@ -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.
```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.

Voir le fichier

@ -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)
- 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.
@ -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.
```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.