THANASOFT-HFC/gestion/lib/Constants/DevisMentionConstant.php

10 lines
233 B
PHP

<?php
declare(strict_types=1);
namespace OCA\Gestion\Constants;
abstract class DevisMentionConstant
{ const FACTURED = "factur&eacute;";
const MENTION = "Mention";
const NEW = "Nouveau";
const CANCELED = "CANCELED";
}