forked from Wavyzz/dolibarr
Look and feel v22: Smaller label with tooltip for customs code.
This commit is contained in:
@@ -161,7 +161,7 @@ class modService extends DolibarrModules
|
||||
'p.rowid' => "Id", 'p.ref' => "Ref", 'p.label' => "Label",
|
||||
'p.fk_product_type' => 'Type', 'p.tosell' => "OnSell", 'p.tobuy' => "OnBuy",
|
||||
'p.description' => "Description", 'p.url' => "PublicUrl",
|
||||
'p.customcode' => 'CustomCode', 'p.fk_country' => 'IDCountry',
|
||||
'p.customcode' => 'CustomsCode', 'p.fk_country' => 'IDCountry',
|
||||
$alias_product_perentity . '.accountancy_code_sell' => "ProductAccountancySellCode", $alias_product_perentity . '.accountancy_code_sell_intra' => "ProductAccountancySellIntraCode",
|
||||
$alias_product_perentity . '.accountancy_code_sell_export' => "ProductAccountancySellExportCode", $alias_product_perentity . '.accountancy_code_buy' => "ProductAccountancyBuyCode",
|
||||
$alias_product_perentity . '.accountancy_code_buy_intra' => "ProductAccountancyBuyIntraCode", $alias_product_perentity . '.accountancy_code_buy_export' => "ProductAccountancyBuyExportCode",
|
||||
@@ -370,7 +370,7 @@ class modService extends DolibarrModules
|
||||
$alias_product_perentity . '.accountancy_code_sell_export' => "ProductAccountancySellExportCode", $alias_product_perentity . '.accountancy_code_buy' => "ProductAccountancyBuyCode",
|
||||
$alias_product_perentity . '.accountancy_code_buy_intra' => "ProductAccountancyBuyIntraCode", $alias_product_perentity . '.accountancy_code_buy_export' => "ProductAccountancyBuyExportCode",
|
||||
'p.note' => "NotePrivate", 'p.note_public' => 'NotePublic',
|
||||
'p.weight' => "Weight", 'p.length' => "Length", 'p.surface' => "Surface", 'p.volume' => "Volume", 'p.customcode' => 'CustomCode',
|
||||
'p.weight' => "Weight", 'p.length' => "Length", 'p.surface' => "Surface", 'p.volume' => "Volume", 'p.customcode' => 'CustomsCode',
|
||||
'p.price_base_type' => "PriceBase", 'p.price' => "UnitPriceHT", 'p.price_ttc' => "UnitPriceTTC", 'p.tva_tx' => 'VATRate', 'p.tosell' => "OnSell",
|
||||
'p.tobuy' => "OnBuy", 'p.datec' => 'DateCreation', 'p.tms' => 'DateModification'
|
||||
);
|
||||
@@ -452,7 +452,7 @@ class modService extends DolibarrModules
|
||||
'p.tobuy' => "OnBuy*",
|
||||
'p.description' => "Description",
|
||||
'p.url' => "PublicUrl",
|
||||
'p.customcode' => 'CustomCode',
|
||||
'p.customcode' => 'CustomsCode',
|
||||
'p.fk_country' => 'CountryCode',
|
||||
'p.accountancy_code_sell' => "ProductAccountancySellCode",
|
||||
'p.accountancy_code_sell_intra' => "ProductAccountancySellIntraCode",
|
||||
|
||||
Reference in New Issue
Block a user