2
0
forked from Wavyzz/dolibarr

Update llx_c_revenuestamp.sql

fix tipo
This commit is contained in:
Bayram Gürbüz
2023-04-17 03:13:20 +03:00
committed by GitHub
parent f376fce8b5
commit 69bca5da4b

View File

@@ -31,7 +31,7 @@ insert into llx_c_revenuestamp(rowid,fk_pays,taux,revenuestamp_type,note,active)
-- MEXICO (id country=154) --
insert into llx_c_revenuestamp(rowid,fk_pays,taux,revenuestamp_type,note,active) values (1541, 154, 1.5, 'percent', 'Revenue stamp mexico', 1);
insert into llx_c_revenuestamp(rowid,fk_pays,taux,revenuestamp_type,note,active) values (1541, 154, 1.5, 'percent', 'Revenue stamp mexico', 1);
insert into llx_c_revenuestamp(rowid,fk_pays,taux,revenuestamp_type,note,active) values (1542, 154, 3, 'percent', 'Revenue stamp mexico', 1);
-- Turkiye (Turkey) (id country=221) --