Merge branch 'hytah/feature/add-new-paiment-methode' into staging

This commit is contained in:
Tiavina 2025-04-02 17:07:12 +03:00
commit 94a9b3488f

View File

@ -0,0 +1,4 @@
INSERT INTO oc_gestion_facture_payment_type (facture_payment_type_label)
VALUES
('LCR'),
('Prélèvement');