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_modifier.php
Normal file
9
admin/facture_modifier.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace Paheko;
|
||||
|
||||
$target = 'edit';
|
||||
$csrf_key = 'modifier_facture';
|
||||
$require_number = true;
|
||||
|
||||
require __DIR__ .'/_facture_common.php';
|
||||
Loading…
Add table
Add a link
Reference in a new issue