[ adempiere-Bugs-1984768 ] M_Product_PO.Manufacturing/VendorCategory changed wrongly

This commit is contained in:
Carlos Ruiz 2008-06-04 20:33:30 +00:00
parent f0eae3a981
commit ae96e05f85
1 changed files with 4 additions and 4 deletions

View File

@ -8033,8 +8033,8 @@ UPDATE AD_Column SET Name='Manufacturer', IsMandatory='N', IsTranslated='N', Des
UPDATE AD_Field SET Name='Manufacturer', Description='Manufacturer of the Product', Help='The manufacturer of the Product (used if different from the Business Partner / Vendor)' WHERE AD_Column_ID=7965 AND IsCentrallyMaintained='Y'
;
ALTER TABLE M_PRODUCT_PO MODIFY Manufacturer CHAR(30) DEFAULT NULL
;
-- ALTER TABLE M_PRODUCT_PO MODIFY Manufacturer CHAR(30) DEFAULT NULL
-- ;
UPDATE AD_Column SET Name='Last Invoice Price', IsMandatory='N', IsTranslated='N', Description='Price of the last invoice for the product', IsIdentifier='N', ColumnSQL=NULL, DefaultValue=NULL, Help='The Last Invoice Price indicates the last price paid (per the invoice) for this product.', AD_Reference_Value_ID=NULL, Version=0, IsActive='Y', AD_Table_ID=210, ColumnName='PriceLastInv', FieldLength=22, IsParent='N', IsSyncDatabase='Y', VFormat=NULL, AD_Reference_ID=37, AD_Val_Rule_ID=NULL, AD_Element_ID=1740, IsUpdateable='N', IsKey='N', IsSelectionColumn='N', AD_Process_ID=NULL, Callout=NULL, ReadOnlyLogic=NULL, IsAlwaysUpdateable='N', EntityType='D',Updated=TO_DATE('2007-12-17 03:31:53','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Column_ID=6712
;
@ -8194,8 +8194,8 @@ UPDATE AD_Column SET Name='Partner Category', IsMandatory='N', IsTranslated='N',
UPDATE AD_Field SET Name='Partner Category', Description='Product Category of the Business Partner', Help='The Business Partner Category identifies the category used by the Business Partner for this product.' WHERE AD_Column_ID=2710 AND IsCentrallyMaintained='Y'
;
ALTER TABLE M_PRODUCT_PO MODIFY VendorCategory CHAR(30) DEFAULT NULL
;
-- ALTER TABLE M_PRODUCT_PO MODIFY VendorCategory CHAR(30) DEFAULT NULL
-- ;
UPDATE AD_Column SET Name='Client', IsMandatory='Y', IsTranslated='N', Description='Client/Tenant for this installation.', IsIdentifier='N', ColumnSQL=NULL, DefaultValue='@AD_Client_ID@', Help='A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client.', AD_Reference_Value_ID=NULL, Version=0, IsActive='Y', AD_Table_ID=210, ColumnName='AD_Client_ID', FieldLength=22, IsParent='N', IsSyncDatabase='Y', VFormat=NULL, AD_Reference_ID=19, AD_Val_Rule_ID=NULL, AD_Element_ID=102, IsUpdateable='N', IsKey='N', IsSelectionColumn='N', AD_Process_ID=NULL, Callout=NULL, ReadOnlyLogic=NULL, IsAlwaysUpdateable='N', EntityType='D',Updated=TO_DATE('2007-12-17 03:40:37','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Column_ID=1421
;