facturation/www/admin/facture_ajouter.php

9 lines
179 B
PHP

<?php
namespace Garradin;
$target = 'new';
$csrf_key = 'ajout_facture';
$require_number = $plugin->getConfig('pattern') ? false : true;
require __DIR__ .'/_facture_common.php';