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

13 lines
295 B
PHP

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