Add php files
This commit is contained in:
9
modules/EcmInventorys/PDFTemplate/types.php
Executable file
9
modules/EcmInventorys/PDFTemplate/types.php
Executable file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
global $pdf_types;
|
||||
$pdf_types = array(
|
||||
'0' => 'Niedobory',
|
||||
'1' => 'Nadwyżki',
|
||||
'2' => 'Różnice',
|
||||
'3' => 'Wszystko',
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user