Resolve conflicts
This commit is contained in:
parent
bd1d9b719b
commit
50548601ce
@ -672,7 +672,7 @@ if ($action == 'send' && ! GETPOST('cancel','alpha') && (empty($conf->global->MA
|
||||
{
|
||||
if (strlen(GETPOST('subject','alphs'))) $subject = GETPOST('subject','alpha');
|
||||
else $subject = $langs->transnoentities('Intervention').' '.$object->ref;
|
||||
$actiontypecode='AC_FICH';
|
||||
$actiontypecode='AC_OTH_AUTO';
|
||||
$actionmsg = $langs->transnoentities('MailSentBy').' '.$from.' '.$langs->transnoentities('To').' '.$sendto.".\n";
|
||||
if ($message)
|
||||
{
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
-- Copyright (C) 2004 Guillaume Delecourt <guillaume.delecourt@opensides.be>
|
||||
-- Copyright (C) 2005-2011 Regis Houssin <regis.houssin@capnetworks.com>
|
||||
-- Copyright (C) 2007 Patrick Raguin <patrick.raguin@gmail.com>
|
||||
-- Copyright (C) 2010 Juanjo Menent <jmenent@2byte.es>
|
||||
-- Copyright (C) 2010-2013 Juanjo Menent <jmenent@2byte.es>
|
||||
-- Copyright (C) 2013 Cedric Gross <c.gross@kreiz-it.fr>
|
||||
--
|
||||
-- This program is free software; you can redistribute it and/or modify
|
||||
@ -56,3 +56,4 @@ insert into llx_c_action_trigger (rowid,code,label,description,elementtype,rang)
|
||||
insert into llx_c_action_trigger (rowid,code,label,description,elementtype,rang) values (26,'MEMBER_RESILIATE','Member resiliated','Executed when a member is resiliated','member',24);
|
||||
insert into llx_c_action_trigger (rowid,code,label,description,elementtype,rang) values (27,'MEMBER_DELETE','Member deleted','Executed when a member is deleted','member',25);
|
||||
insert into llx_c_action_trigger (rowid,code,label,description,elementtype,rang) values (28,'BILL_UNVALIDATE','Customer invoice unvalidated','Executed when a customer invoice status set back to draft','facture',10);
|
||||
insert into llx_c_action_trigger (rowid,code,label,description,elementtype,rang) values (29,'FICHINTER_SENTBYMAIL','Intervention sent by mail','Executed when a intervention is sent by mail','ficheinter',29);
|
||||
|
||||
@ -227,3 +227,4 @@ ALTER TABLE llx_socpeople ADD COLUMN ref_ext varchar(128) after entity;
|
||||
ALTER TABLE llx_socpeople ADD COLUMN note_public text after note;
|
||||
ALTER TABLE llx_societe ADD COLUMN note_public text after note;
|
||||
|
||||
INSERT INTO llx_c_action_trigger (rowid,code,label,description,elementtype,rang) VALUES (29,'FICHINTER_SENTBYMAIL','Intervention sent by mail','Executed when a intervention is sent by mail','ficheinter',29);
|
||||
|
||||
@ -11,6 +11,7 @@ DateToBirth=Data de naiximent
|
||||
BirthdayAlertOn=alerta aniversari activada
|
||||
BirthdayAlertOff=alerta aniversari desactivada
|
||||
Notify_FICHINTER_VALIDATE=Validació fitxa intervenció
|
||||
Notify_FICHINTER_SENTBYMAIL=Enviament fitxa intervenció per e-mail
|
||||
Notify_BILL_VALIDATE=Validació factura
|
||||
Notify_BILL_UNVALIDATE=Devalidació factura a client
|
||||
Notify_ORDER_SUPPLIER_APPROVE=Aprovació comanda a proveïdor
|
||||
|
||||
@ -11,6 +11,7 @@ DateToBirth=Date to birth
|
||||
BirthdayAlertOn= birthday alert active
|
||||
BirthdayAlertOff= birthday alert inactive
|
||||
Notify_FICHINTER_VALIDATE=Intervention validated
|
||||
Notify_FICHINTER_SENTBYMAIL=Intervention sent by mail
|
||||
Notify_BILL_VALIDATE=Customer invoice validated
|
||||
Notify_BILL_UNVALIDATE=Customer invoice unvalidated
|
||||
Notify_ORDER_SUPPLIER_APPROVE=Supplier order approved
|
||||
|
||||
@ -11,6 +11,7 @@ DateToBirth=Fecha de nacimiento
|
||||
BirthdayAlertOn=alerta aniversario activada
|
||||
BirthdayAlertOff=alerta aniversario desactivada
|
||||
Notify_FICHINTER_VALIDATE=Validación ficha intervención
|
||||
Notify_FICHINTER_SENTBYMAIL=Envío ficha de intervención por e-mail
|
||||
Notify_BILL_VALIDATE=Validación factura
|
||||
Notify_BILL_UNVALIDATE=Devalidación factura a cliente
|
||||
Notify_ORDER_SUPPLIER_APPROVE=Aprobación pedido a proveedor
|
||||
|
||||
@ -11,6 +11,7 @@ DateToBirth=Date de naissance
|
||||
BirthdayAlertOn= alerte anniversaire active
|
||||
BirthdayAlertOff= alerte anniversaire inactive
|
||||
Notify_FICHINTER_VALIDATE=Validation fiche intervention
|
||||
Notify_FICHINTER_SENTBYMAIL=Envoye fiche intervention par email
|
||||
Notify_BILL_VALIDATE=Validation facture client
|
||||
Notify_BILL_UNVALIDATE=Dévalidation facture client
|
||||
Notify_ORDER_SUPPLIER_APPROVE=Approbation commande fournisseur
|
||||
|
||||
Loading…
Reference in New Issue
Block a user