dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [bug #23737] Contrainte d'unicité sur le titre des f


From: Antoine Delvaux
Subject: [Dolibarr-bugtrack] [bug #23737] Contrainte d'unicité sur le titre des factures récurrentes
Date: Sun, 29 Jun 2008 23:02:57 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; fr; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14

Follow-up Comment #2, bug #23737 (project dolibarr):

Les 2 commandes SQL suivantes résolvent le problème (si elles n'en créés
pas ailleurs...) :

 alter table llx_facture_rec drop key idx_facture_rec_uk_titre;
 alter table llx_facture_rec add unique INDEX idx_facture_rec_uk_titre
(titre, fk_soc);


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?23737>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]