First steps in update to 1.3.0
This commit is contained in:
parent
4aaed6f3c2
commit
3537314762
18 changed files with 33 additions and 34 deletions
9
admin/facture_ajouter.php
Normal file
9
admin/facture_ajouter.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace Paheko;
|
||||
|
||||
$target = 'new';
|
||||
$csrf_key = 'ajout_facture';
|
||||
$require_number = $plugin->getConfig('pattern') ? false : true;
|
||||
|
||||
require __DIR__ .'/_facture_common.php';
|
||||
Loading…
Add table
Add a link
Reference in a new issue