Dolibarr ERP & CRM » Tasks and Feature requests » task #1144 harmonize length of ref product in Dernières modifications
Répondre
État Détails |
Submitted by: | Agnès Rambaud (agnes) | | Last Modified On: | 19/11/2013 16:55 |
Submitted on: | 19/11/2013 16:20 | |
Summary: | harmonize length of ref product in |
Description: | In database, the product ref is varchar(128), but in the product form, the ref. field is limited to 32 characters.
128 is better (particulary for mass imports from suppliers prices lists). |
Priority: | 5 - Medium | | Open to Any Developer: | No |
Subproject: | Module Products-Services | | Assigned to (multiple): | Christophe Battarel (cbattarel) |
Planned for version: | | | Etat |
Start Date: | 20/11/2013 00:00 | | End Date: | 20/11/2013 00:00 |
Completion (0-100%): | 100 | | Status: | Closed |
Commentaires- Christophe Battarel 20/11/2013 10:34
- Fixed and pull request done : https://github.com/Dolibarr/dolibarr/pull/1313
- Agnès Rambaud 19/11/2013 16:55
- in htdocs/product/fiche.php, li 687 (doli 3.4.1), replace
maxlength="32" by de maxlength="128"
The length of the field in the database has been changed in the migration 3.2 -> 3.3, but not in fiche.php
|
|
Aucun± cbattarel→ 2013-11-20→ 2013-11-20Open→ Closed