2
0
forked from Wavyzz/dolibarr

Debug and rename experimental module "supplier proposal". Still work to

do: Must fix the PDF to be compliant with a request quotation to a
supplier (so no need to show vat, unit price, ...).
This commit is contained in:
Laurent Destailleur
2015-11-15 18:23:42 +01:00
parent 388748055a
commit 6bd6be0912
218 changed files with 1344 additions and 1201 deletions

View File

@@ -1608,8 +1608,8 @@ function dolGetElementUrl($objectid,$objecttype,$withpicto=0,$option='')
if ($objecttype == 'propal') {
$classpath = 'comm/propal/class';
}
if ($objecttype == 'askpricesupplier') {
$classpath = 'comm/askpricesupplier/class';
if ($objecttype == 'supplier_proposal') {
$classpath = 'supplier_proposal/class';
}
if ($objecttype == 'shipping') {
$classpath = 'expedition/class';
@@ -1842,8 +1842,8 @@ function getElementProperties($element_type)
if ($element_type == 'propal') {
$classpath = 'comm/propal/class';
}
if ($element_type == 'askpricesupplier') {
$classpath = 'comm/askpricesupplier/class';
if ($element_type == 'supplier_proposal') {
$classpath = 'supplier_proposal/class';
}
if ($element_type == 'shipping') {
$classpath = 'expedition/class';