diff --git a/lib/Views/CommercialPage.dart b/lib/Views/CommercialPage.dart new file mode 100644 index 0000000..e69de29 diff --git a/lib/Views/HandleProduct.dart b/lib/Views/HandleProduct.dart index 48489f4..ec184d6 100644 --- a/lib/Views/HandleProduct.dart +++ b/lib/Views/HandleProduct.dart @@ -1050,9 +1050,9 @@ Future _generatePDF(Product product, String qrUrl) async { height: 200, ), pw.SizedBox(height: 20), - pw.Text('URL/Référence: $qrUrl', style: pw.TextStyle(fontSize: 12)), - pw.SizedBox(height: 10), - pw.Text('Référence: ${product.reference}', style: pw.TextStyle(fontSize: 12)), + // pw.Text('URL/Référence: $qrUrl', style: pw.TextStyle(fontSize: 12)), + // pw.SizedBox(height: 10), + // pw.Text('Référence: ${product.reference}', style: pw.TextStyle(fontSize: 12)), ], ), );