1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-24 12:51:05 +01:00
openstamanager/plugins/importFE_ZIP/settings.php

17 lines
274 B
PHP

<?php
$settings = [
'id_tipo' => 2,
'id_segment' => 1,
'id_pagamento' => 113,
'iva' => [
'22.00' => 171,
'10.00' => 167,
'5.00' => 164,
'4.00' => 163,
'' => 254,
'0.00' => 254,
],
'id_conto' => 94,
];